Removed all sysdeps checks.
2001-04-21 Martin Baulig <baulig@suse.de> * configure.in: Removed all sysdeps checks. * lib/sysdeps-init*.c: Removed. * lib/inodedb.c: Moved here from sysdeps/common/inodedb.c. * glibtop-config.h: Removed.
This commit is contained in:
committed by
Martin Baulig
parent
7a7c6baf55
commit
08956770d2
@@ -46,12 +46,10 @@ close_backend (gpointer value, gpointer user_data)
|
||||
|
||||
/* Note that two or more servers may open the same backend. */
|
||||
backend->_priv_module->refcount--;
|
||||
#if LIBGTOP_USE_GMODULE
|
||||
if (!backend->_priv_module->refcount) {
|
||||
g_module_close (backend->_priv_module->module);
|
||||
g_free (backend->_priv_module);
|
||||
}
|
||||
#endif /* LIBGTOP_USE_GMODULE */
|
||||
|
||||
g_free (backend);
|
||||
}
|
||||
|
Reference in New Issue
Block a user