[anjuta] git: Free a path string in the status interface method



commit 06e2f7ecaab7b5bacc17ba76e2aa77cfa6fb8835
Author: James Liggett <jrliggett cox net>
Date:   Sun Jun 7 00:35:18 2009 -0700

    git: Free a path string in the status interface method
---
 plugins/git/git-vcs-interface.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/plugins/git/git-vcs-interface.c b/plugins/git/git-vcs-interface.c
index 419c565..56f9c10 100644
--- a/plugins/git/git-vcs-interface.c
+++ b/plugins/git/git-vcs-interface.c
@@ -218,6 +218,7 @@ on_status_command_data_arrived (AnjutaCommand *command,
 			}
 
 			g_free (path);
+			g_free (full_path);
 		}
 		
 		g_object_unref (status);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]