This commit is contained in:
QC 2014-01-30 21:32:36 +01:00
parent c32e18b600
commit 101c63cde6
2 changed files with 3 additions and 2 deletions

View File

@ -121,6 +121,7 @@ SwitcherMode dmenu_switcher_dialog ( char **input )
} else if ( n == -3 && *input != NULL && *input[0] != '\0' ) { } else if ( n == -3 && *input != NULL && *input[0] != '\0' ) {
fputs( *input, stdout ); fputs( *input, stdout );
} }
for ( unsigned int i=0; list[i] != NULL; i++ ) { for ( unsigned int i=0; list[i] != NULL; i++ ) {
free( list[i] ); free( list[i] );
} }