double free fix

This commit is contained in:
nova
2026-06-23 22:16:32 +02:00
parent cebacc7017
commit 18705b01c4
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -262,7 +262,6 @@ void move_right(){
}
status &= ~STATUS_MOVE_RIGHT_MATCH;
free(cmd);
free(mime);
}
status |= (STATUS_RUN_BACKEND | STATUS_RELOAD_DIRECTORY);