mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Fix memleak in test_parser unittest
Regards https://github.com/profanity-im/profanity/issues/1019
This commit is contained in:
parent
d2a087145c
commit
6776e39644
@ -385,6 +385,8 @@ parse_cmd_with_second_and_third_arg_quoted_0_min_3_max(void **state)
|
||||
assert_string_equal("add", args[0]);
|
||||
assert_string_equal("The Group", args[1]);
|
||||
assert_string_equal("The User", args[2]);
|
||||
|
||||
g_strfreev(args);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user