diff options
| -rw-r--r-- | obt/paths.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |
