Commit 6f593e41 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

MacOSX/Framework/VLCMediaListAspect.m: Don't release a media_list when it is a media_list_view.

parent c69f0eb4
......@@ -77,7 +77,7 @@ static void HandleMediaListViewWillDeleteItem(const libvlc_event_t *event, void
- (void)dealloc
{
// Release allocated memory
libvlc_media_list_release(p_mlv);
libvlc_media_list_view_release(p_mlv);
[super dealloc];
}
......
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