Fix: Properly free non-trivial node editor runtime type

This commit is contained in:
Hans Goudey 2022-10-06 15:01:16 -05:00
parent 14de57713d
commit 65c8c83679
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ static void node_free(SpaceLink *sl)
if (snode->runtime) {
snode->runtime->linkdrag.reset();
MEM_freeN(snode->runtime);
MEM_delete(snode->runtime);
}
}