Fix client test leaks.

This commit is contained in:
Roger A. Light
2020-08-12 15:18:17 +01:00
parent 2dc8d2a19a
commit ba2c00137d
67 changed files with 85 additions and 0 deletions
+1
View File
@@ -32,6 +32,7 @@ int main(int argc, char *argv[])
while(run == -1){
mosq->loop();
}
delete mosq;
mosqpp::lib_cleanup();