Skip to content

Commit

Permalink
return
Browse files Browse the repository at this point in the history
  • Loading branch information
xtruan committed Mar 7, 2023
1 parent aa7e286 commit 2de9326
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helpers/flipbip_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ bool flipbip_load_settings(char* settings, bool key_file) {
} else {
memzero(settings, strlen(settings));
settings[0] = '\0';
return false;
}
storage_file_close(settings_file);
storage_file_free(settings_file);
Expand Down

0 comments on commit 2de9326

Please sign in to comment.