1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

M #-: Fix memory leak (#3372)

This commit is contained in:
Christian González 2019-05-27 11:54:16 +02:00 committed by Ruben S. Montero
parent d00b00a072
commit a82dd15d84

View File

@ -146,10 +146,10 @@ extern "C" void * rm_do_connection(void *arg)
close(rc->conn_fd);
pthread_exit(0);
delete rc;
pthread_exit(0);
return 0;
};