Commit a0d8947a authored by Bruce Momjian's avatar Bruce Momjian

psql: Add C comment about gset_prefix being freed later

parent 1c5143a0
...@@ -764,6 +764,7 @@ exec_command(const char *cmd, ...@@ -764,6 +764,7 @@ exec_command(const char *cmd,
/* we must set a non-NULL prefix to trigger storing */ /* we must set a non-NULL prefix to trigger storing */
pset.gset_prefix = pg_strdup(""); pset.gset_prefix = pg_strdup("");
} }
/* gset_prefix is freed later */
status = PSQL_CMD_SEND; status = PSQL_CMD_SEND;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment