Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libxml2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
69
Issues
69
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
libxml2
Commits
a6a57867
Commit
a6a57867
authored
Aug 13, 2019
by
kirin wang
Committed by
Nick Wellnhofer
Aug 25, 2019
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix memory leak in xmlXIncludeLoadTxt
parent
e3f1c7f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
xinclude.c
xinclude.c
+1
-0
No files found.
xinclude.c
View file @
a6a57867
...
...
@@ -1923,6 +1923,7 @@ xinclude_multibyte_fallback:
xmlXIncludeErr
(
ctxt
,
ctxt
->
incTab
[
nr
]
->
ref
,
XML_XINCLUDE_INVALID_CHAR
,
"%s contains invalid char
\n
"
,
URL
);
xmlFreeParserCtxt
(
pctxt
);
xmlFreeParserInputBuffer
(
buf
);
xmlFree
(
URL
);
return
(
-
1
);
...
...
Nick Wellnhofer
@nwellnhof
mentioned in merge request
!35 (closed)
·
Aug 25, 2019
mentioned in merge request
!35 (closed)
mentioned in merge request !35
Toggle commit list
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