Changeset f809a7d04e7bdbdcedd2b9576410c3282116ed2e
- Timestamp:
- 07/04/08 22:52:59
(6 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1207601579 +0200
- git-parent:
[c5d93bc5d488aa532cd7ede770ca346f22d4835d]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1207601562 +0200
- Message:
qt4: Don't forget to vlc_gc_decref() the input_item_t once we are done with it in OpenDialog::finish().
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9a80155 |
rf809a7d |
|
| 315 | 315 | PLAYLIST_APPEND | ( b_start ? PLAYLIST_GO : PLAYLIST_PREPARSE ), |
|---|
| 316 | 316 | PLAYLIST_END, VLC_TRUE, VLC_FALSE ); |
|---|
| | 317 | vlc_gc_decref( p_input ); |
|---|
| 317 | 318 | } |
|---|
| 318 | 319 | } |
|---|