mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
commands: cmd_results->input is duplicated/freed.
This commit is contained in:
parent
88a2ddbe83
commit
362413bd50
2 changed files with 11 additions and 5 deletions
|
|
@ -17,8 +17,7 @@ enum cmd_status {
|
|||
|
||||
struct cmd_results {
|
||||
enum cmd_status status;
|
||||
|
||||
const char *input;
|
||||
char *input;
|
||||
char *error;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue