Skip to content

Commit

Permalink
db_postgres: don't free pg query structure in store result function
Browse files Browse the repository at this point in the history
- it is done when freeing the result
  • Loading branch information
miconda committed Oct 22, 2015
1 parent 9251a6f commit 56cd7a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/db_postgres/km_dbase.c
Expand Up @@ -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);
}

Expand Down

0 comments on commit 56cd7a0

Please sign in to comment.