Changeset 008b32b15969eaae95d63c5766c802bff1f089da
- Timestamp:
- 16/04/08 23:29:06
(6 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1208381346 +0200
- git-parent:
[62126df626d8eca871073cf207ed445c31587c77]
- git-author:
- Rafaël Carré <funman@videolan.org> 1208381346 +0200
- Message:
Do not leak
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r449fd28 |
r008b32b |
|
| 589 | 589 | if( p_root ) |
|---|
| 590 | 590 | { |
|---|
| 591 | | //if( rootItem ) delete rootItem; |
|---|
| | 591 | delete rootItem; |
|---|
| 592 | 592 | rootItem = new PLItem( p_root, NULL, this ); |
|---|
| 593 | 593 | } |
|---|