Fix another memory leak

This commit is contained in:
twinaphex 2017-09-22 00:03:40 +02:00
parent 50d48139a3
commit e74da12d26

View File

@ -535,6 +535,7 @@ clean:
free(tmp_token); free(tmp_token);
free(last_file); free(last_file);
intfstream_close(fd); intfstream_close(fd);
free(fd);
return rv; return rv;
error: error: