diff options
author | Jose M. Guisado <jguisado@soleta.eu> | 2021-06-01 13:28:37 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2021-06-01 14:14:15 +0200 |
commit | cb7fa569b2f79e8c767b3969394839a96f241298 (patch) | |
tree | a75c993fa2443e4989bd0d90808302e1b917d352 /tests/create_basic_image.json | |
parent | 41fad11408daf3769ff1774390357caf6dd50a25 (diff) |
#941 Free dbi_inst when og_dbi_open fails to connect
When trying to open a connection to a database, an instance of
libdbi is created before any connection attempt. If connection is
unsuccessful then the og_dbi struct is freed but not the
libdbi instance member, thus leaking its memory.
Use libdbi dbi_shutdown_r to shutdown libdbi instance member
before freeing og_dbi struct inside og_dbi_open.
Diffstat (limited to 'tests/create_basic_image.json')
0 files changed, 0 insertions, 0 deletions