Wabere / garglk

Automatically exported from code.google.com/p/garglk
Other
0 stars 0 forks source link

Fix reference counting for graphics #99

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Need to do reference counting on a per window basis, rather than per graphic. 
When all the 
windows that use graphics have been closed, the bitmap list can be discarded.

The current gli_piclist_clear() call in window.c is going to cause wintext.c to 
trigger memory access 
violations, since it expects the picture to be in memory and it won't be if a 
graphics window gets 
closed.

Original issue reported on code.google.com by bcressey@gmail.com on 6 Mar 2010 at 5:10

GoogleCodeExporter commented 8 years ago
Fixed in r388.

Original comment by bcressey@gmail.com on 17 Aug 2010 at 5:59

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by bcressey@gmail.com on 17 Aug 2010 at 7:14