Bug #58405 | WB modeller leaks GDI objects like a sieve | ||
---|---|---|---|
Submitted: | 22 Nov 2010 21:53 | Modified: | 14 Jan 2014 17:29 |
Reporter: | Peter Laursen (Basic Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: Modeling | Severity: | S2 (Serious) |
Version: | 5.2.30 | OS: | Windows |
Assigned to: | Mike Lischke | CPU Architecture: | Any |
Tags: | qc |
[22 Nov 2010 21:53]
Peter Laursen
[22 Nov 2010 21:54]
Peter Laursen
Sigh! why can't I post a report here without having to correct a typo in synopsis! I did it again!
[23 Nov 2010 9:22]
Valeriy Kravchuk
Indeed, when I tried to create models with 2 tables and 1:n relation and then close them without saving, I've got increase in number of GDI objects used, like this: 115 -> 275 -> 331 -> 381 -> ... This will lead to problems eventually. Verified on 32-bit Windows XP.
[14 Jan 2014 17:29]
Philip Olson
Fixed as of the upcoming MySQL Workbench 6.1.1 release, and here is the changelog entry: On Microsoft Windows, opening and closing models/diagrams would increase the number of open GDI (Graphics Device Interface) objects as they were kept in memory for the undo queue. The required memory for this task was decreased. Thank you for the bug report.