Changeset 63d258d395773ab130a02e62b686c68960049c5d
- Timestamp:
- 08/04/08 16:32:53
(6 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1207665173 +0200
- git-parent:
[79bd720139a011cd603efed8b6f7be297e6d55ce]
- git-author:
- Dominique Leuenberger <dominique@leuenberger.net> 1207598826 +0300
- Message:
wxwidgets: Don't forget to vlc_gc_decref() the input_item_t once we are done (Patch inspired from Qt interface)
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb4b0a1b |
r63d258d |
|
| 1210 | 1210 | PLAYLIST_APPEND | ( b_start ? PLAYLIST_GO : PLAYLIST_PREPARSE ), |
|---|
| 1211 | 1211 | PLAYLIST_END, VLC_TRUE, VLC_FALSE ); |
|---|
| | 1212 | vlc_gc_decref( p_input ); |
|---|
| 1212 | 1213 | } |
|---|
| 1213 | 1214 | |
|---|