mirror of https://github.com/GNOME/gimp.git
plug-ins: don't leak the comment string in file-psp.c
This commit is contained in:
parent
82e4bf5792
commit
4fb27afd9e
|
@ -1230,7 +1230,7 @@ read_creator_block (FILE *f,
|
|||
gimp_parasite_free (comment_parasite);
|
||||
}
|
||||
|
||||
g_string_free (comment, FALSE);
|
||||
g_string_free (comment, TRUE);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue