Skip to content

Commit

Permalink
Fix memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
eagletmt committed Jun 7, 2016
1 parent 447c038 commit d84be4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions envchain_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ int envchain_search_namespaces(envchain_namespace_search_callback callback,
g_hash_table_unref(attrs);
}

g_hash_table_unref(names);
g_list_free(items);
return 0;
}
Expand Down

0 comments on commit d84be4d

Please sign in to comment.