Commit 513870cc authored by Rémi Duraffort's avatar Rémi Duraffort

qt4: don't leak the event we compute ourself.

parent 38edfcb9
......@@ -842,6 +842,7 @@ MainInputManager::MainInputManager( intf_thread_t *_p_intf )
IMEvent *event = new IMEvent( ItemChanged_Type, val.i_int);
customEvent( static_cast<QEvent*>(event) );
delete event;
}
MainInputManager::~MainInputManager()
......
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