Fix memory leak run dialog when skipping.

This commit is contained in:
Dave Davenport 2016-08-02 18:37:14 +02:00
parent 90c6c1125f
commit ce822a3bbf
1 changed files with 1 additions and 0 deletions

View File

@ -306,6 +306,7 @@ static char ** get_apps ( unsigned int *length )
}
if ( found == 1 ) {
g_free ( name );
continue;
}