Changeset 266e4aa0177e922ad0819982d5ed5db9fce62f10
- Timestamp:
- 18/09/05 11:43:23
(3 years ago)
- Author:
- Steve Lhomme <robux@videolan.org>
- git-committer:
- Steve Lhomme <robux@videolan.org> 1127036603 +0000
- git-parent:
[14ad9f857eea89d1fd9b34717193cf2ce92f597c]
- git-author:
- Steve Lhomme <robux@videolan.org> 1127036603 +0000
- Message:
* wxwidgets: fix a memory leak (patch by Brian Robb)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1f1820b |
r266e4aa |
|
| 215 | 215 | #undef UPDATE |
|---|
| 216 | 216 | |
|---|
| | 217 | PopEventHandler(true); |
|---|
| | 218 | |
|---|
| 217 | 219 | /* Clean up */ |
|---|
| 218 | 220 | if( p_open_dialog ) delete p_open_dialog; |
|---|
| r8b0186b |
r266e4aa |
|
| 341 | 341 | GetPosition(), GetSize() ); |
|---|
| 342 | 342 | } |
|---|
| | 343 | |
|---|
| | 344 | PopEventHandler(true); |
|---|
| 343 | 345 | |
|---|
| 344 | 346 | if( video_window ) delete video_window; |
|---|