]> Dogcows Code - chaz/openbox/commitdiff
free the user's group ids
authorDana Jansens <danakj@orodu.net>
Thu, 3 Jun 2010 15:58:13 +0000 (11:58 -0400)
committerDana Jansens <danakj@orodu.net>
Thu, 3 Jun 2010 15:58:13 +0000 (11:58 -0400)
obt/paths.c

index bd6c177a708a30c885dfca940d9dfb4d8f50d072..d2e230dffd028e39cf144b6811c559536eda2e0c 100644 (file)
@@ -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);
     }
This page took 0.020625 seconds and 4 git commands to generate.