Missing PQclear().
This commit is contained in:
parent
9d776b3980
commit
0bdb4bb96f
@ -403,6 +403,7 @@ repack_one_database(const char *orderby, char *errbuf, size_t errsize)
|
|||||||
}
|
}
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
PQclear(res);
|
||||||
|
|
||||||
/* Disable statement timeout. */
|
/* Disable statement timeout. */
|
||||||
command("SET statement_timeout = 0", 0, NULL);
|
command("SET statement_timeout = 0", 0, NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user