- replace all the xmalloc crap by glib memory management functions

This commit is contained in:
Bastien Nocera
2003-10-20 13:55:44 +00:00
parent af8478ca5f
commit ba36a20cb8
60 changed files with 209 additions and 951 deletions

View File

@@ -51,7 +51,7 @@ _open_server (glibtop_server *server, glibtop_backend *backend,
{
backend_server_private *priv;
priv = glibtop_calloc_r (server, 1, sizeof (backend_server_private));
priv = g_malloc (sizeof (backend_server_private));
glibtop_backend_set_closure_data (backend, priv);