plug-ins: don't leak the comment string in file-psp.c

This commit is contained in:
Michael Natterer 2023-05-24 14:32:00 +02:00
parent 82e4bf5792
commit 4fb27afd9e
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}