Fix trivial memory leaks
Fixed trivial memory leaks detected by ASAN when running internal test suite.
This commit is contained in:
@ -845,5 +845,6 @@ int main(int argc, char **argv)
|
||||
mxs_log_finish();
|
||||
|
||||
MXS_FREE(inst);
|
||||
MXS_FREE(roptions);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user