#580 double free in checkDato()

This is fixing e052fdceec013 that releases the libdbi result twice.
master
OpenGnSys Support Team 2020-03-24 11:17:21 +01:00
parent 531b92fcc2
commit 4f850d5acc
1 changed files with 0 additions and 2 deletions

View File

@ -709,8 +709,6 @@ int checkDato(struct og_dbi *dbi, char *dato, const char *tabla,
og_info((char *)msglog);
return (0);
}
dbi_result_free(result);
// Recupera el identificador del software
identificador = dbi_conn_sequence_last(dbi->conn, NULL);
} else {