[PATCH] kdelibs: Memory leaks (d-pointer not deleted) fixed

André Wöbbeking Woebbeking at onlinehome.de
Fri Dec 31 08:48:41 GMT 2004


On Friday 31 December 2004 06:07, Benjamin Meyer wrote:
>
> Would this be something to be added to the KDELIBS todo list for KDE
> 4?
>
> * Change all FooPrivate *d; -> FooPrivate const *d; and place
> initialization in constructor.

You probably mean FooPrivate *const d as you want the pointer to be 
const.




More information about the kde-core-devel mailing list