hughperkins / Jinja2CppLight

(very) lightweight version of Jinja2 for C++
Mozilla Public License 2.0
145 stars 23 forks source link

Memory leaks in ControlSection #15

Closed jhauris closed 6 years ago

jhauris commented 6 years ago

The raw pointers in ControlSection::sections always leak.

Incoming pull request will fix it by changing raw pointers to unique_ptr.