Missing PQclear().

This commit is contained in:
Josh Kupershmidt 2012-12-11 19:12:57 -07:00
parent 9d776b3980
commit 0bdb4bb96f

View File

@ -403,6 +403,7 @@ repack_one_database(const char *orderby, char *errbuf, size_t errsize)
}
goto cleanup;
}
PQclear(res);
/* Disable statement timeout. */
command("SET statement_timeout = 0", 0, NULL);