mirror of https://git.48k.eu/ogserver
#580 double free in checkDato()
This is fixing e052fdceec013 that releases the libdbi result twice.master
parent
531b92fcc2
commit
4f850d5acc
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue