- Refactoring of get_common/get_list_pagination with two sub-functions

- Fixed memory leak
This commit is contained in:
Olof hagsand 2021-09-05 12:04:07 +02:00
parent caabfd464e
commit 6e316b519b
9 changed files with 156 additions and 153 deletions

View file

@ -150,6 +150,8 @@ release_all_dbs(clicon_handle h,
}
retval = 0;
done:
if (keys)
free(keys);
return retval;
}