#ifdef WIN32
        info.name         = static_cast<const char*>(f.lower());
#else
        info.name                = strdup(QFile::encodeName(f));
#endif


Why was this small memleak only fixed for win32? And why isn't the filename 
encoded on win32?

Christian
-- 


Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit!
"Feel free" mit GMX DSL: http://www.gmx.net/de/go/dsl
_______________________________________________
sim-im-main mailing list
[email protected]
https://mailman.dg.net.ua/listinfo/sim-im-main

Reply via email to