[Kwintv] Patch to fix memory leak when lirc-support is in

Rizsanyi Zsolt kwintv@mail.kde.org
Tue, 15 Oct 2002 12:55:16 +0200


On Tuesday 15 October 2002 12:42, Morten Brix Pedersen wrote:
> Hi,
>
> This patch fixes a small memory leak when Lirc support is compiled in.

Correct me if I'm wrong, but if an QObject has a declared parent, then it will 
be automatically deleted when the parent is deleted.

So this fix is not needed... (and even could cause a crash because of double 
deletion)

Regards
Zsolt