Skip to content

Commit

Permalink
Merge pull request #9288 from asavah/fix-double-free
Browse files Browse the repository at this point in the history
fix double free()
  • Loading branch information
inactive123 authored Aug 13, 2019
2 parents 3432f3b + 5497845 commit 1772233
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/task_save.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ static void autosave_thread(void *data)
filestream_write(file, save->buffer, save->bufsize);
filestream_flush(file);
filestream_close(file);
free(file);
}
}

Expand Down

0 comments on commit 1772233

Please sign in to comment.