> Python 2.5.1
> Boost.Python
> Qt 4.2.2
> SIP 4.6
> PyQt 4.2
> WinXp
>
> I've a memory leak in a PyQt application and no idea how to find it. What
> happens in the application ?
>
> From QWindow a QDialog is called on a button "pressed()" signal, that
> instantiate a QThread and waits for it. If
On Thu Jun 28 19:21:36 CEST 2007, Alexander Eisenhuth wrote:
> I've a memory leak in a PyQt application and no idea how to find it. What
> happens in the application ?
>
> From QWindow a QDialog is called on a button "pressed()" signal, that
> instantiate a QThread and waits for it. If the thr
Hello alltogether,
My System:
Python 2.5.1
Boost.Python
Qt 4.2.2
SIP 4.6
PyQt 4.2
WinXp
I've a memory leak in a PyQt application and no idea how to find it. What
happens in the application ?
From QWindow a QDialog is called on a button "pressed()" signal, that
instantiate a QThread and waits