Skip to content

Fix memory leak in xmlXIncludeLoadTxt(xinclude.c)

Zhongyuan Zhou requested to merge zaneChou/libxml2:fixMemoryLeak into master

Fix the memory leak bug by releasing allocated pctxt in the function xmlXIncludeLoadTxt(xinclude.c) before return.

Merge request reports