libsass icon indicating copy to clipboard operation
libsass copied to clipboard

Delete allocated memory before throwing an exception

Open SafeCoding233 opened this issue 1 year ago • 0 comments

I added two deletes for the import entry and the source file entry before an exception is thrown.

If the client code captures and tries to recover from the exception, the previous version without delete may cause memory leak.

SafeCoding233 avatar Dec 16 '24 17:12 SafeCoding233