Cleanup
This commit is contained in:
parent
6b5d863136
commit
02cc57e5b3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue