Skip to content

Commit 3c9c621

Browse files
committed
Don't release unowned memory
1 parent ab7961b commit 3c9c621

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fontforge/featurefile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6749,7 +6749,7 @@ static void fea_ApplyLookupListPair(struct parseState *tok,
67496749
PSTFree(pst);
67506750
} else {
67516751
LogError(_("Discarding a duplicate kerning pair."));
6752-
SplineCharFree(sc); sc = NULL;
6752+
sc = NULL;
67536753
free(kp); kp = NULL;
67546754
}
67556755
} else {

0 commit comments

Comments
 (0)