free the user's group ids
This commit is contained in:
parent
19e051a466
commit
d9d65b7385
1 changed files with 1 additions and 0 deletions
|
@ -237,6 +237,7 @@ void obt_paths_unref(ObtPaths *p)
|
||||||
g_free(p->config_home);
|
g_free(p->config_home);
|
||||||
g_free(p->data_home);
|
g_free(p->data_home);
|
||||||
g_free(p->cache_home);
|
g_free(p->cache_home);
|
||||||
|
g_free(p->gid);
|
||||||
|
|
||||||
g_slice_free(ObtPaths, p);
|
g_slice_free(ObtPaths, p);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue