Changeset 6dd5c5cb5418b321d0f04b4d9265bb4537ba2812
- Timestamp:
- 31/07/08 13:32:36
(4 months ago)
- Author:
- Rémi Duraffort <ivoire@videolan.org>
- git-committer:
- Rémi Duraffort <ivoire@videolan.org> 1217503956 +0200
- git-parent:
[a17ea14f8d07adb79f201aec47170c2892d5f6e8]
- git-author:
- Rémi Duraffort <ivoire@videolan.org> 1217503746 +0200
- Message:
Fix memleaks.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r00b9584 |
r6dd5c5c |
|
| 269 | 269 | p_intf->p_sys->p_rrd = utf8_fopen( psz_rrd_file, "w" ); |
|---|
| 270 | 270 | } |
|---|
| | 271 | free( psz_rrd_file ); |
|---|
| 271 | 272 | |
|---|
| 272 | 273 | p_intf->p_sys->p_sub = msg_Subscribe( p_intf ); |
|---|
| r3561b9b |
r6dd5c5c |
|
| 78 | 78 | { |
|---|
| 79 | 79 | fprintf( p_export->p_file, "\t<location>%s</location>\n", psz_temp ); |
|---|
| 80 | | free( psz_temp ); |
|---|
| 81 | | } |
|---|
| | 80 | } |
|---|
| | 81 | free( psz_temp ); |
|---|
| 82 | 82 | |
|---|
| 83 | 83 | /* export all items in a flat format */ |
|---|