Changeset 23b12fce6b3a253cdd3df9a08de46248af73a2ff
- Timestamp:
- 17/10/07 15:09:40
(1 year ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1192626580 +0000
- git-parent:
[256d7f7ed995d32225965a12f853e4d2c71aa6d4]
- git-author:
- Rafaël Carré <funman@videolan.org> 1192626580 +0000
- Message:
sap: do not release an object we did't yield
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8c046e2 |
r23b12fc |
|
| 428 | 428 | FREENULL( p_sys->pp_announces ); |
|---|
| 429 | 429 | |
|---|
| 430 | | pl_Release( p_sd ); |
|---|
| 431 | 430 | free( p_sys ); |
|---|
| 432 | 431 | } |
|---|