GUI: Clear data properly in CppcheckLibraryData

This commit is contained in:
Daniel Marjamäki 2017-11-12 15:22:00 +01:00
parent 1e870762a3
commit d75d0965ff
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ public:
};
void clear() {
containers.clear();
defines.clear();
functions.clear();
memoryresource.clear();