gisi: malloc -> free
authorRémi Denis-Courmont <remi.denis-courmont@nokia.com>
Tue, 7 Jul 2009 07:26:03 +0000 (10:26 +0300)
committerAki Niemi <aki.niemi@nokia.com>
Tue, 7 Jul 2009 10:25:15 +0000 (13:25 +0300)
gisi/netlink.c

index 837f98e..c667fa6 100644 (file)
@@ -190,5 +190,5 @@ error:
 void g_pn_netlink_stop(GPhonetNetlink *self)
 {
        g_source_remove(self->watch);
-       g_free(self);
+       free(self);
 }