Commit bb91a41b authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen Committed by Jean-Baptiste Kempf

Revert "Qt4 preferences: fix a nice memory leak."

This commits crashes saving preferences
This reverts commit 3d3cacbf.
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent a20d44c7
......@@ -491,7 +491,6 @@ AdvPrefsPanel::AdvPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
layout->addWidget( box, i_line, 0, 1, -1 );
}
module_config_free( p_config );
module_release (p_module);
scrolled_area->setSizePolicy( QSizePolicy::Preferred,QSizePolicy::Fixed );
......
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