2
0
Эх сурвалжийг харах

db_postgres: don't free pg query structure in store result function

- it is done when freeing the result
Daniel-Constantin Mierla 10 жил өмнө
parent
commit
56cd7a0d38

+ 0 - 1
modules/db_postgres/km_dbase.c

@@ -602,7 +602,6 @@ int db_postgres_store_result(const db1_con_t* _con, db1_res_t** _r)
 	}
 
 done:
-	db_postgres_free_query(_con);
 	return (rc);
 }