Changeset f4461d2d271078a26168727a808b64423fdb8b33
- Timestamp:
- 07/05/08 15:56:03
(2 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1215266163 +0200
- git-parent:
[c05f65e989890a59efcfe80402fad3574bbf4a13]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1215266163 +0200
- Message:
qt4: Add a missing pl_Release(). Please review.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc05f65e |
rf4461d2 |
|
| 594 | 594 | emit inputChanged( p_input ); |
|---|
| 595 | 595 | vlc_object_release( p_input ); |
|---|
| | 596 | pl_Release( p_intf ); |
|---|
| 596 | 597 | } |
|---|
| 597 | 598 | } |
|---|