Freeing "filename" here would cause problems as everything is taken care of later on.
This commit is contained in:
parent
f369d41591
commit
3ed24d084e
@ -5566,9 +5566,6 @@ int save_filename_ui(pixel *vid_buf)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
fclose(f);
|
fclose(f);
|
||||||
|
|
||||||
free(filename);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user