Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Binyamin Darshan Hcohen
libdazzle
Commits
5570d096
Commit
5570d096
authored
Jul 31, 2018
by
Christian Hergert
Browse files
tests: don't leak allocated gstring
parent
bbb41270
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test-suggestion.c
View file @
5570d096
...
...
@@ -208,6 +208,8 @@ search_changed (DzlSuggestionEntry *entry,
model
=
create_search_results
(
text
,
str
->
str
);
dzl_suggestion_entry_set_model
(
entry
,
model
);
g_string_free
(
str
,
TRUE
);
}
static
void
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment