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:
parent
d00b00a072
commit
a82dd15d84
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user