Fix mismatched alloc/frees

This commit is contained in:
Roger A. Light
2024-04-25 16:20:14 +01:00
parent 48eddd5676
commit db6ab6869a
25 changed files with 79 additions and 84 deletions
-1
View File
@@ -48,7 +48,6 @@ int main(int argc, char *argv[])
while(run == -1){
mosq->loop();
}
delete mosq;
delete mosq;
mosqpp::lib_cleanup();