• Peter Eisentraut's avatar
    pg_dump: Fix minor memory leak · 366d2a3d
    Peter Eisentraut authored
    Missing a destroyPQExpBuffer() in the early exit branch.  The early
    exits aren't really necessary.  Most similar functions just proceed
    running the rest of the code zero times and clean up at the end.
    366d2a3d
pg_dump.c 517 KB