fix compilation, thanks Jeff
2003-10-20 Bastien Nocera <hadess@hadess.net> * inodedb.c: (glibtop_inodedb_close_s): fix compilation, thanks Jeff
This commit is contained in:
committed by
Bastien Nocera
parent
10305e7fd0
commit
a50e5fdc9a
@@ -1,3 +1,7 @@
|
|||||||
|
2003-10-20 Bastien Nocera <hadess@hadess.net>
|
||||||
|
|
||||||
|
* inodedb.c: (glibtop_inodedb_close_s): fix compilation, thanks Jeff
|
||||||
|
|
||||||
2003-10-20 Bastien Nocera <hadess@hadess.net>
|
2003-10-20 Bastien Nocera <hadess@hadess.net>
|
||||||
|
|
||||||
* ChangeLog:
|
* ChangeLog:
|
||||||
|
@@ -112,5 +112,5 @@ glibtop_inodedb_close_s (glibtop *server, glibtop_inodedb *inodedb)
|
|||||||
if (inodedb->user_dbf)
|
if (inodedb->user_dbf)
|
||||||
gdbm_close (inodedb->user_dbf);
|
gdbm_close (inodedb->user_dbf);
|
||||||
|
|
||||||
g_free (server, inodedb);
|
g_free (inodedb);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user