One more memory leak fixed

This commit is contained in:
Andrzej Nowicki
2018-03-13 11:23:33 +01:00
committed by Ian Barwick
parent 0674364ffd
commit b76e5852d3

View File

@@ -2611,6 +2611,7 @@ witness_copy_node_records(PGconn *primary_conn, PGconn *witness_conn)
return false;
}
PQclear(res);
/* truncate existing records */