Changeset 77609b74c1bf8b53cab5c2a3906c0ad53bfff590
- Timestamp:
- 11/01/05 00:26:56
(3 years ago)
- Author:
- Gildas Bazin <gbazin@videolan.org>
- git-committer:
- Gildas Bazin <gbazin@videolan.org> 1130801216 +0000
- git-parent:
[768c27bf270db6e152dbccaa53156a92a64aeba4]
- git-author:
- Gildas Bazin <gbazin@videolan.org> 1130801216 +0000
- Message:
* modules/stream_out/transcode.c: fixed small memleak.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rf8c5996 |
r77609b7 |
|
| 1501 | 1501 | * We'll open it only when we have the first frame. */ |
|---|
| 1502 | 1502 | module_Unneed( id->p_encoder, id->p_encoder->p_module ); |
|---|
| | 1503 | if( id->p_encoder->fmt_out.p_extra ) |
|---|
| | 1504 | free( id->p_encoder->fmt_out.p_extra ); |
|---|
| 1503 | 1505 | id->p_encoder->p_module = NULL; |
|---|
| 1504 | 1506 | |
|---|