SVF-tools / Teaching-Software-Analysis

Teaching and Learning Software Analysis via SVF
GNU General Public License v3.0
194 stars 116 forks source link

release some resources correctly #35

Closed jmp0x7c00 closed 2 years ago

jmp0x7c00 commented 2 years ago

release these static resources by delete svfModule since we have many tests

yuleisui commented 2 years ago

I have fixed the deallocation of SVFModule in SymbolTableInfo's destructor. It should fix this issue. Please update your SVF and download SVF-Teaching again.

https://github.com/SVF-tools/SVF/pull/602

jmp0x7c00 commented 2 years ago

thanks for your quick replay, very helpful:)