fix another mem leak.
git-svn-id: svn://10.0.0.236/trunk@24147 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -334,8 +334,9 @@ idle_resize_cb(gpointer data)
|
||||
// info->widget);
|
||||
info->widget->OnResize(*info->rect);
|
||||
NS_RELEASE(info->widget);
|
||||
// FIXME free info->rect
|
||||
delete info->rect;
|
||||
g_free(info);
|
||||
|
||||
// this will return 0 if the list is
|
||||
// empty. that will remove this idle timeout.
|
||||
// if it's > 1 then it will be restarted and
|
||||
|
||||
Reference in New Issue
Block a user