[vinagre] Fix a memory leak
- From: Jonh Wendell <jwendell src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [vinagre] Fix a memory leak
- Date: Thu, 29 Oct 2009 00:43:58 +0000 (UTC)
commit 3686184f0a3fe5e66f0b35996d3960ac8ed67392
Author: Jonh Wendell <jwendell gnome org>
Date: Wed Oct 28 15:17:14 2009 -0300
Fix a memory leak
vinagre/vinagre-main.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/vinagre/vinagre-main.c b/vinagre/vinagre-main.c
index e0b6e49..380f7b6 100644
--- a/vinagre/vinagre-main.c
+++ b/vinagre/vinagre-main.c
@@ -186,6 +186,7 @@ int main (int argc, char **argv) {
}
g_option_context_parse (context, &argc, &argv, &error);
+ g_option_context_free (context);
if (error)
{
g_print ("%s\n%s\n",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]