summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-08-02 18:37:14 +0200
committerDave Davenport <qball@gmpclient.org>2016-08-02 18:37:14 +0200
commitce822a3bbf9f5cae61739b1eb34636c50e0f8920 (patch)
treeed84d7031d03b251942f8193362b15a9ba547294
parent90c6c1125fd809ce153720e52796b06dc3707f17 (diff)
Fix memory leak run dialog when skipping.
-rw-r--r--source/dialogs/run.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/dialogs/run.c b/source/dialogs/run.c
index 6dd2010f..903c5011 100644
--- a/source/dialogs/run.c
+++ b/source/dialogs/run.c
@@ -306,6 +306,7 @@ static char ** get_apps ( unsigned int *length )
}
if ( found == 1 ) {
+ g_free ( name );
continue;
}