hdb: Fix SQLite3 backend bug

This commit is contained in:
Nicolas Williams
2020-10-08 20:30:21 -05:00
parent f87ba4f23b
commit da04b45c7f

View File

@@ -1042,7 +1042,7 @@ hdb_sqlite_create(krb5_context context, HDB **db, const char *filename)
if (ret) {
free((*db)->hdb_db);
free(*db);
*db = NULL;
return ret;
}