issues
search
splone
/
splonebox-core
splonebox - open source network assessment tool with focus on modularity
http://splonebox.io
GNU Affero General Public License v3.0
24
stars
7
forks
source link
Memory leak fixes (in progress)
#59
Closed
stze
closed
8 years ago
stze
commented
8 years ago
This PR fixes a bunch of memory leak errors:
restructure API and Connection module (use of crypto context is excluded from api module)
introduced connection reference counter which is used for connection object memory management
fix 18/21 memory leak issues in the tests
This PR fixes a bunch of memory leak errors: