Changeset 37843abd603cef87fd541dbdd9e67646fee90faa
- Timestamp:
- 26/08/08 09:26:54
(3 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1219735614 +0200
- git-parent:
[916717a706f7d658694d8ff33f770b1d3ba9e2bc]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1219735598 +0200
- Message:
mmsh: Fix an input_item_t leak.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd11fd0d |
r37843ab |
|
| 191 | 191 | p_new_loc = input_item_New( p_access, psz_location, psz_location ); |
|---|
| 192 | 192 | input_item_AddSubItem( input_GetItem( p_input ), p_new_loc ); |
|---|
| | 193 | vlc_gc_decref( p_new_loc ); |
|---|
| 193 | 194 | vlc_object_release( p_input ); |
|---|
| 194 | 195 | |
|---|