http://d.puremagic.com/issues/show_bug.cgi?id=8596



--- Comment #12 from Walter Bright <bugzi...@digitalmars.com> 2012-11-12 
16:56:17 PST ---
(In reply to comment #11)
> Created an attachment (id=1160) [details]
> valgrind output

Fixed the valgrind reported issue. It's definitely a corruption bug in the aa.c
code. Testing now.

If you want to try it out:

==============================
diff aa.bak aa.c
72c72
<                 delete en;
---
>                 delete [] en;
79c79
<         delete en;
---
>         delete [] en;
==============================

I love valgrind.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to