Fix memory leaks only in tests.

This commit is contained in:
Roger A. Light
2020-05-05 14:19:04 +01:00
parent bfc82ea91a
commit b2e72a7e7c
42 changed files with 57 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ int main(int argc, char *argv[])
mosq->loop();
}
delete mosq;
mosqpp::lib_cleanup();
return run;