Commit 6017aff3 authored by Felix Paul Kühne's avatar Felix Paul Kühne

Fixed a potential segfault

parent f6cf272a
...@@ -452,9 +452,9 @@ static VLCTreeItem *o_root_item = nil; ...@@ -452,9 +452,9 @@ static VLCTreeItem *o_root_item = nil;
children:IsALeafNode children:IsALeafNode
whithCategory: -1]]; whithCategory: -1]];
} }
}
vlc_list_release( p_list ); vlc_list_release( p_list );
} }
}
return o_children; return o_children;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment