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

M #-: Fix minor mem leak (#1161)

(cherry picked from commit 7545bbada6c655c406f0c349e4b114deab2484ba)
This commit is contained in:
Pavel Czerný 2021-04-29 18:10:38 +02:00 committed by Ruben S. Montero
parent b8df2c46e6
commit 6c92337419
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -132,6 +132,8 @@ int main(int argc, char **argv)
break;
}
}
free(_argv_c);
}
try