qt-interest@trolltech.com
[Top] [All Lists]

Re: Memory leak in QSettings

Subject: Re: Memory leak in QSettings
From: Dimitri
Date: Mon, 05 Mar 2007 19:17:09 +0100
Hi,

I looked into the block 187 for example, the memory allocation was in:

void QLocalePrivate::updateSystemPrivate()
{
    if (!system_lp)
        system_lp = new QLocalePrivate;
...

This is a static variable. It's allocated once - for the lifespan of the program.

--
Dimitri

--
To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with 
"unsubscribe" in the subject or the body.
List archive and information: http://lists.trolltech.com/qt-interest/

<Prev in Thread] Current Thread [Next in Thread>