[gnome-builder] gaction-provider: free container structure
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] gaction-provider: free container structure
- Date: Fri, 12 Dec 2014 08:37:35 +0000 (UTC)
commit e968a1c90e186b4fc88d7d2962880e8ee5f3e519
Author: Christian Hergert <christian hergert me>
Date: Fri Dec 12 00:37:17 2014 -0800
gaction-provider: free container structure
src/commands/gb-command-gaction-provider.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/commands/gb-command-gaction-provider.c b/src/commands/gb-command-gaction-provider.c
index 6ad3d7f..2dafedb 100644
--- a/src/commands/gb-command-gaction-provider.c
+++ b/src/commands/gb-command-gaction-provider.c
@@ -227,7 +227,7 @@ gb_command_gaction_provider_complete (GbCommandProvider *provider,
g_ptr_array_add (completions, g_strdup (names [i]));
}
- //g_free (names);
+ g_free (names);
}
g_list_free (groups);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]