Commit d92600e0 authored by Geoffroy Couprie's avatar Geoffroy Couprie

Fix my previous commit

parent a7765cbe
...@@ -71,8 +71,8 @@ Messages::Messages( intf_thread_t *p_intf, CBaseWindow *p_parent, ...@@ -71,8 +71,8 @@ Messages::Messages( intf_thread_t *p_intf, CBaseWindow *p_parent,
Messages::~Messages() Messages::~Messages()
{ {
delete cb_data;
msg_Unsubscribe(sub); msg_Unsubscribe(sub);
delete cb_data;
} }
/*********************************************************************** /***********************************************************************
......
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