HomePhorge

Do not use qputenv, as it leaks memory. Instead allocate environment string…
235c2e356153Unpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

Do not use qputenv, as it leaks memory. Instead allocate environment string only once, use putenv, and then just change the string.

svn path=/trunk/KDE/kdelibs/; revision=918505