Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Günther Wagner
gnome-builder
Commits
1977f005
Commit
1977f005
authored
Mar 21, 2018
by
Christian Hergert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xml-parser: free ParserState with g_slice_free()
parent
0498899c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/plugins/xml-pack/ide-xml-parser.c
src/plugins/xml-pack/ide-xml-parser.c
+2
-0
No files found.
src/plugins/xml-pack/ide-xml-parser.c
View file @
1977f005
...
...
@@ -74,6 +74,8 @@ parser_state_free (ParserState *state)
g_clear_pointer
(
&
state
->
content
,
g_bytes_unref
);
g_clear_pointer
(
&
state
->
schemas
,
g_array_unref
);
g_slice_free
(
ParserState
,
state
);
}
static
gboolean
...
...
Write
Preview
Markdown
is supported
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