Explorar el Código

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

- it is done when freeing the result
Daniel-Constantin Mierla hace 10 años
padre
commit
56cd7a0d38
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      modules/db_postgres/km_dbase.c

+ 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);
 }