gui memory leak?

Official support for: lennardigital.com
Post Reply New Topic
RELATED
PRODUCTS

Post

I'm a FL Studio 8 User and i have this problem too... really annoying. When will it be fixed?

Post

+1 when?

Post

Selfik wrote:+1 when?
+1
Free MIDI plugins and other stuff:
https://jstuff.wordpress.com
"MIDI 2.0 is an extension of MIDI 1.0. It does not replace MIDI 1.0(...)"

Post

does this effect Macs?

Post

hi lennard
any news on a fix for this ?Seems to be getting worse here after installing a quad core,Vista service pak 2.Changing latency on my card does nothing to avoid these huge cpu peaks.Just trying to eliminate some problems.

Still sounding great of course!

cheers careyj

Post

Quite late but i havn't checked this bug so far. With Ableton Live 8.0.3 on Windows Vista 32-bit the Memory use of Live raises from 150 Mb to 220 MB after opening and closing Sylenth1 for 10 times. Doesn't happen with any other plugin. So also confirmed from my side, even if quite late.
Ingo Weidner
Win 10 Home 64-bit / mobile i7-7700HQ 2.8 GHz / 16GB RAM //
Live 10 Suite / Cubase Pro 9.5 / Pro Tools Ultimate 2021 // NI Komplete Kontrol S61 Mk1

Post

Lennard wrote:Happens here too, thanks for reporting! I'll look into it.
Same problem here. Running Windows 7 Ultimate x64 with Ableton Live 8.0.4 and Sylenth 1 (x86) version 2.202.

/sp0

Post

This code could close the memory leak. You must free the memory for the bitmaps, wenn the gui is deleted.
ADEditor::~ADEditor ()
{
if (frame)
{
close();
}
delete frame;
frame = 0;

// free some bitmaps
for (int i=0; i < IDB_CNT; i++)
{
if (hBM)
{
hBM->forget();
hBM = NULL;
}
}
}

Post

Markus from Tone2.com wrote:This code could close the memory leak. You must free the memory for the bitmaps, wenn the gui is deleted.
ADEditor::~ADEditor ()
{
if (frame)
{
close();
}
delete frame;
frame = 0;

// free some bitmaps
for (int i=0; i < IDB_CNT; i++)
{
if (hBM)
{
hBM->forget();
hBM = NULL;
}
}
}

Nice hint, Markus. I hope Lennard will get it.
Ingo Weidner
Win 10 Home 64-bit / mobile i7-7700HQ 2.8 GHz / 16GB RAM //
Live 10 Suite / Cubase Pro 9.5 / Pro Tools Ultimate 2021 // NI Komplete Kontrol S61 Mk1

Post

Fair play there, giving a possible solution. :) Nice one.

Post

Wow. This is a pretty serious bug, and its quite disconcerting that's been known since December. Any word on a fix?

Post

Any news?

Post

God damn! Finally i found an answer to my problem on heavy Ram-usage.
Progressive , trance, house, electro

Post

Why is he ignoring this?

I'm not sure about this philosophy of silence for a year and then all of a sudden "Surprise! Here's a great update!"

Seems a bit apple-ish... :x

Post

[DELETED]

Post Reply

Return to “LennarDigital”