22 Jun
2016
22 Jun
'16
2:03 p.m.
https://bugs.winehq.org/show_bug.cgi?id=40810 --- Comment #16 from Andreas Christ <andreas.christ(a)runbox.com> --- Yes, this looks weird. I tried it and commented out the call to HeapFree() in GdipFree(): void WINGDIPAPI GdipFree(void* ptr) { /* HeapFree(GetProcessHeap(), 0, ptr); */ } But the application still crashes. Now it crashes before it draws the curves, i.e., the plot window remains completely empty. I will upload the debuglog now. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.