Search found 1 match

by ysunq
Wed Jul 02, 2008 11:00
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [solved]mem leak in CEGUI::System
Replies: 1
Views: 2085

[solved]mem leak in CEGUI::System

Release: cegui-0.6.0 file: ceguisystem.cpp in the setupXMLParser(), if i defined CEGUI_STATIC, d_parserModule will always be 0;so when call cleanupXMLParser(), if(d_ourXmlParser&&d_parserModule) will never be true, which will definitly lead to memleak. because of the network problem ...

Go to advanced search