Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
RekGRpth committed Dec 17, 2024
1 parent c451cb3 commit ea534b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/quotamodel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1407,11 +1407,11 @@ dispatch_rejectmap(const char *active_oids)
"ARRAY[%s]::diskquota.rejectmap_entry[], "
"ARRAY[%s]::oid[])",
rows.data, active_oids);
pfree(rows.data);
pfree(sql.data);

CdbDispatchCommand(sql.data, DF_NONE, &cdb_pgresults);

pfree(rows.data);
pfree(sql.data);
cdbdisp_clearCdbPgResults(&cdb_pgresults);
}

Expand Down

0 comments on commit ea534b0

Please sign in to comment.