Page 1 of 1

cegui memory leaks with mfc

Posted: Tue Nov 19, 2013 12:05
by silentyears
Hi!
as subject,i use cegui which version is 0.7.9 in mfc,when i use clause “sendmessage(wm_close)”to exit ,i find memory leaks. i use the clause to find where the memory leak

Code: Select all

_crtSetBreakAlloc
and it locate here

Code: Select all

createFont(……)
but when i look into cegui log , it's completed that there're cleanup of font system and others cleanup . so why? i can not think how to slove , anybody knows ?
i am sorry for no updating the code and log ,actually i type these topic on my cellphone. :cry:
thankyou!