Commit 6e8667b7 authored by Rémi Duraffort's avatar Rémi Duraffort

Qt4/DialogEvent: fix memleak

parent b4adbba8
......@@ -60,7 +60,7 @@ public:
i_arg = _i_arg;
p_arg = _p_arg;
};
virtual ~DialogEvent() {};
virtual ~DialogEvent() { delete p_arg; };
int i_arg, i_dialog;
intf_dialog_args_t *p_arg;
......
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