Fix to Coverity error 72685

This commit is contained in:
Markus Makela
2014-11-11 14:10:15 +02:00
parent 9cb2be9605
commit 98a362b430

View File

@ -1634,10 +1634,13 @@ void check_create_tmp_table(
if (h != NULL) if (h != NULL)
{ {
rses_prop_tmp->rses_prop_data.temp_tables = h; rses_prop_tmp->rses_prop_data.temp_tables = h;
} }else{
LOGIF(LE, (skygw_log_write_flush(LOGFILE_ERROR,"Error : Failed to allocate a new hashtable.")));
}
} }
if (hkey && if (hkey && rses_prop_tmp->rses_prop_data.temp_tables &&
hashtable_add(rses_prop_tmp->rses_prop_data.temp_tables, hashtable_add(rses_prop_tmp->rses_prop_data.temp_tables,
(void *)hkey, (void *)hkey,
(void *)is_temp) == 0) /*< Conflict in hash table */ (void *)is_temp) == 0) /*< Conflict in hash table */