1.53.1 changes

I was using the previous 1.52 tip yesterday i updated today to 1.53.1 and am getting this leak (win7 x64, vs2008)

The thread 'Juce Timer' (0x1a4) has exited with code 0 (0x0).
*** Leaked objects detected: 2 instance(s) of class class juce::NamedValueSet::NamedValue
Ctrlr.dll has triggered a breakpoint
The thread 'Win32 Thread' (0x9f0) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x974) has exited with code 0 (0x0).
Detected memory leaks!
Dumping objects ->
{4162} normal block at 0x00B24C58, 38 bytes long.
 Data: <class juce::Name> 63 6C 61 73 73 20 6A 75 63 65 3A 3A 4E 61 6D 65 
{4161} normal block at 0x00B24C10, 8 bytes long.
 Data: <XL      > 58 4C B2 00 00 00 00 00 
{842} normal block at 0x00B2D738, 40 bytes long.
 Data: <     Q    &     > 00 00 00 00 E4 51 B2 00 20 85 26 01 CD CD CD CD 
{826} normal block at 0x00B2D068, 40 bytes long.
 Data: <8         &     > 38 D7 B2 00 04 D0 B2 00 D8 84 26 01 CD CD CD CD 
Object dump complete.

did not have that before, did something change ? I’m using DocumentWindow, MultiDocumentPanel mostly some TextButtons and really not much else.

That’s odd - I can’t reproduce that… thanks, I’ll see if I can track it down.

i thought it might be my fault somehow, but i never used the NamedValueSet class directly.

Ah, sorry - found the problem, it’s just a little bug in some changes I made this week. Will fix it shortly.

cool

happy new year to all.