Changeset 23c72b3d07e97587413e3d1b34bda1835f7f0938
- Timestamp:
- 29/02/04 18:36:55
(5 years ago)
- Author:
- Cyril Deguet <asmax@videolan.org>
- git-committer:
- Cyril Deguet <asmax@videolan.org> 1078076215 +0000
- git-parent:
[a2ce62f83f57bf024b89ec3b93c349f34b440f29]
- git-author:
- Cyril Deguet <asmax@videolan.org> 1078076215 +0000
- Message:
* src/skin_main.cpp: do not delete the input a second time !
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rbafbf60 |
r23c72b3 |
|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | 4 | * Copyright (C) 2003 VideoLAN |
|---|
| 5 | | * $Id: skin_main.cpp,v 1.8 2004/02/29 14:05:14 asmax Exp $ |
|---|
| | 5 | * $Id: skin_main.cpp,v 1.9 2004/02/29 17:36:55 asmax Exp $ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Authors: Cyril Deguet <asmax@via.ecp.fr> |
|---|
| … | … | |
| 141 | 141 | VlcProc::destroy( p_intf ); |
|---|
| 142 | 142 | OSFactory::destroy( p_intf ); |
|---|
| 143 | | |
|---|
| 144 | | if( p_intf->p_sys->p_input ) |
|---|
| 145 | | { |
|---|
| 146 | | vlc_object_release( p_intf->p_sys->p_input ); |
|---|
| 147 | | } |
|---|
| 148 | 143 | |
|---|
| 149 | 144 | if( p_intf->p_sys->p_playlist ) |
|---|