mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-21 23:47:52 +08:00
Fix mismatched alloc/frees
This commit is contained in:
@@ -41,7 +41,6 @@ int main(int argc, char *argv[])
|
||||
rc = mosq->loop();
|
||||
if(rc) break;
|
||||
}
|
||||
delete mosq;
|
||||
|
||||
delete mosq;
|
||||
mosqpp::lib_cleanup();
|
||||
|
||||
Reference in New Issue
Block a user