Closed memory leak introduced by rev 5063
This commit is contained in:
parent
8f500d90df
commit
ecd303149f
@ -5028,6 +5028,8 @@ int Cdrskin_cdtext_to_file(struct CdrskiN *skin, char *path, int flag)
|
||||
ex:;
|
||||
if(result != NULL)
|
||||
free(result);
|
||||
if(text_packs != NULL)
|
||||
free(text_packs);
|
||||
if(fp != NULL && fp != stdout)
|
||||
fclose(fp);
|
||||
return(1);
|
||||
|
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2013.05.20.124448"
|
||||
#define Cdrskin_timestamP "2013.05.20.124520"
|
||||
|
Loading…
Reference in New Issue
Block a user