From 6017aff3f198aa526d3b917835af438e85f0d300 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Sat, 5 Jul 2008 19:01:00 +0200 Subject: [PATCH] Fixed a potential segfault --- modules/gui/macosx/prefs.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/macosx/prefs.m b/modules/gui/macosx/prefs.m index 91ffe40596..f384790a5c 100644 --- a/modules/gui/macosx/prefs.m +++ b/modules/gui/macosx/prefs.m @@ -452,8 +452,8 @@ static VLCTreeItem *o_root_item = nil; children:IsALeafNode whithCategory: -1]]; } + vlc_list_release( p_list ); } - vlc_list_release( p_list ); } return o_children; } -- 2.39.2