This commit is contained in:
twinaphex 2017-09-30 07:52:00 +02:00
parent 6b5d863136
commit 02cc57e5b3
1 changed files with 1 additions and 1 deletions

View File

@ -568,7 +568,7 @@ int filestream_close(RFILE *stream)
if (!stream)
goto error;
if (stream->ext && !string_is_empty(stream->ext))
if (!string_is_empty(stream->ext))
free(stream->ext);
#if defined(PSP)