mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-21 23:47:52 +08:00
Fix client test leaks.
This commit is contained in:
@@ -32,6 +32,7 @@ int main(int argc, char *argv[])
|
||||
while(run == -1){
|
||||
mosq->loop();
|
||||
}
|
||||
delete mosq;
|
||||
|
||||
mosqpp::lib_cleanup();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user