Changeset b8fb4bc181b346f6849f5fefcbaa40baa97ee31d
- Timestamp:
- 05/10/08 21:05:23
(2 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1210446323 +0200
- git-parent:
[f05d28d61b7a1dae079cbb47c6b3cc66d95b587b]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1210446323 +0200
- Message:
vlm: Fix a warning about a non initialized pointer use, and fix a potential free() of a random pointer.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2add489 |
rb8fb4bc |
|
| 671 | 671 | { |
|---|
| 672 | 672 | FILE *f = utf8_fopen( psz_file, "wt" ); |
|---|
| 673 | | char *psz_save; |
|---|
| | 673 | char *psz_save = NULL; |
|---|
| 674 | 674 | |
|---|
| 675 | 675 | if( !f ) |
|---|