Changeset 6017aff3f198aa526d3b917835af438e85f0d300

Show
Ignore:
Timestamp:
07/05/08 19:01:15 (2 months ago)
Author:
Felix Paul Kühne <fkuehne@videolan.org>
git-committer:
Felix Paul Kühne <fkuehne@videolan.org> 1215277275 +0200
git-parent:

[f6cf272a72a5db58f697c2ec3f01a9e5f13ccda7]

git-author:
Felix Paul Kühne <fkuehne@videolan.org> 1215277260 +0200
Message:

Fixed a potential segfault

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/macosx/prefs.m

    r9b5889a r6017aff  
    453453                    whithCategory: -1]]; 
    454454                } 
     455            vlc_list_release( p_list ); 
    455456        } 
    456         vlc_list_release( p_list ); 
    457457    } 
    458458    return o_children;