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

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

This commit is contained in:
Pavel Czerný 2021-04-29 18:10:38 +02:00 committed by GitHub
parent abe30095c1
commit 7545bbada6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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