ソースを参照

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

- it is done when freeing the result
Daniel-Constantin Mierla 10 年 前
コミット
56cd7a0d38
1 ファイル変更0 行追加1 行削除
  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);
 }