We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5515446 commit 59ead13Copy full SHA for 59ead13
tasks/task_save.c
@@ -27,7 +27,6 @@
27
#include <rthreads/rthreads.h>
28
#include <file/file_path.h>
29
#include <retro_miscellaneous.h>
30
-#include <string/stdstring.h>
31
#include <time/rtime.h>
32
33
#ifdef HAVE_CONFIG_H
@@ -595,7 +594,7 @@ static void task_save_handler(retro_task_t *task)
595
594
596
task_save_handler_finished(task, state);
597
598
- if (!string_is_empty(msg))
+ if (msg)
599
free(msg);
600
}
601
0 commit comments