One more memory leak fixed

This commit is contained in:
Andrzej Nowicki
2018-03-13 11:23:33 +01:00
committed by GitHub
parent 358e001218
commit d2a2df13d5

View File

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