Add missing free.

This commit is contained in:
Edward Tomasz Napierala 2012-07-18 07:26:20 +00:00
parent bd51eebf04
commit 3a3ef28e15
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238565

View File

@ -621,6 +621,7 @@ g_resize_provider_event(void *arg, int flag)
hh = arg;
pp = hh->pp;
size = hh->size;
g_free(hh);
G_VALID_PROVIDER(pp);
g_trace(G_T_TOPOLOGY, "g_resize_provider_event(%p)", pp);