Changeset b8fb4bc181b346f6849f5fefcbaa40baa97ee31d

Show
Ignore:
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
  • src/input/vlm.c

    r2add489 rb8fb4bc  
    671671{ 
    672672    FILE *f = utf8_fopen( psz_file, "wt" ); 
    673     char *psz_save
     673    char *psz_save = NULL
    674674 
    675675    if( !f )