Changeset 289a05e62b4b972628f8dbaa7199a6887b59ef0d
- Timestamp:
- 20/04/08 13:43:12
(6 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1208691792 +0200
- git-parent:
[fe01e52b2414b3fb923f41729001691fe1c6bd00]
- git-author:
- Rafaël Carré <funman@videolan.org> 1208691780 +0200
- Message:
Release the input in PopupMenu?
Patch by Jean-Philippe André
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r04cfbc3 |
r289a05e |
|
| 659 | 659 | vlc_object_release( p_vout ); |
|---|
| 660 | 660 | } |
|---|
| | 661 | |
|---|
| | 662 | vlc_object_release( p_input ); |
|---|
| 661 | 663 | } |
|---|
| 662 | 664 | |
|---|