[nautilus-actions] Free allocated GOptionEntry array
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] Free allocated GOptionEntry array
- Date: Tue, 16 Mar 2010 21:37:51 +0000 (UTC)
commit 292f93b398dda75ce4c751acd764f752ba4c8b9e
Author: Pierre Wieser <pwieser trychlos org>
Date: Mon Mar 15 06:48:09 2010 +0100
Free allocated GOptionEntry array
src/utils/nautilus-actions-new.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/utils/nautilus-actions-new.c b/src/utils/nautilus-actions-new.c
index dd58ff2..81665c0 100644
--- a/src/utils/nautilus-actions-new.c
+++ b/src/utils/nautilus-actions-new.c
@@ -354,7 +354,7 @@ init_options( void )
g_option_context_set_description( context, description );
- /* g_free( entries ); */
+ g_free( entries );
g_free( description );
output_group = g_option_group_new(
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]