gisi: malloc -> free

This commit is contained in:
Rémi Denis-Courmont 2009-07-07 10:26:03 +03:00 committed by Aki Niemi
parent 8411088d0c
commit 360fd4b43b
1 changed files with 1 additions and 1 deletions

View File

@ -190,5 +190,5 @@ error:
void g_pn_netlink_stop(GPhonetNetlink *self)
{
g_source_remove(self->watch);
g_free(self);
free(self);
}