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
@@ -41,7 +41,6 @@ int main(int argc, char *argv[])
rc = mosq->loop();
if(rc) break;
}
delete mosq;
delete mosq;
mosqpp::lib_cleanup();