Commit 4f249bf6 authored by Olivier Teulière's avatar Olivier Teulière

* modules/gui/wxwindows/preferences.cpp: fixed a refcount problem

parent b9740273
...@@ -810,6 +810,7 @@ PrefsPanel::PrefsPanel( wxWindow* parent, intf_thread_t *_p_intf, ...@@ -810,6 +810,7 @@ PrefsPanel::PrefsPanel( wxWindow* parent, intf_thread_t *_p_intf,
sizer->Add( help ,0 ,wxEXPAND | wxALL, 5 ); sizer->Add( help ,0 ,wxEXPAND | wxALL, 5 );
} }
vlc_object_release( p_module );
} }
sizer->Layout(); sizer->Layout();
SetSizer( sizer ); SetSizer( sizer );
......
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