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:
parent
90c6c1125f
commit
ce822a3bbf
1 changed files with 1 additions and 0 deletions
|
@ -306,6 +306,7 @@ static char ** get_apps ( unsigned int *length )
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( found == 1 ) {
|
if ( found == 1 ) {
|
||||||
|
g_free ( name );
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue