From: Dana Jansens Date: Thu, 3 Jun 2010 15:58:13 +0000 (-0400) Subject: free the user's group ids X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=commitdiff_plain;h=d9d65b73853d485852f6d6bf6808af0ebb6a90f5 free the user's group ids --- diff --git a/obt/paths.c b/obt/paths.c index bd6c177a..d2e230df 100644 --- a/obt/paths.c +++ b/obt/paths.c @@ -237,6 +237,7 @@ void obt_paths_unref(ObtPaths *p) g_free(p->config_home); g_free(p->data_home); g_free(p->cache_home); + g_free(p->gid); g_slice_free(ObtPaths, p); }