Fix potential double-free issue in Cytoplasm #22
Loading…
Reference in a new issue
No description provided.
Delete branch "lda/Cytoplasm:fix-router-issue"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes a double-free issue in Cytoplasm.
Is there another potential double-free here on line: 270 again with
Free(pathPart);
? I have not actually triggered that one in trying out telodendria but it looks like the same kind of issue.Just fixed that up too, since it seems like that actually might cause issues in some cases too.