1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

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

View file

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