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:
Bastien Nocera
2003-10-20 20:52:13 +00:00
committed by Bastien Nocera
parent 10305e7fd0
commit a50e5fdc9a
2 changed files with 5 additions and 1 deletions

View File

@@ -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:

View File

@@ -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);
} }