<html><body><div style="color:; background-color:; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>Hi all,</span></div><div><span></span>&nbsp;</div><div><span>I'm having problem with cairo_surface_free.&nbsp; My app crashes with this message:</span></div><div><span></span>&nbsp;</div><div><span>Assertion failed!</span></div><div><span>Program: ...<br>File: cairo-surface.c<br>Line: 637</span></div><div><span>Expression: CAIRO_REFERENCE_COUNT_HAS_REFERENCE(&amp;surface-&gt;ref_count)</div></span><div>What my app does is&nbsp;LOAD some textures (via cairo_image_surface_create_from_png), then FREEs them up just fine, then&nbsp;LOAD other textures, then FREEs them up again but this time I get a crash.</div><div>&nbsp;</div><div>I tried using cairo_surface_get_reference_count to determine how many are referencing on the surface.&nbsp; Everytime the value is 0, I get a crash.</div><div>&nbsp;</div><div>Can someone enlighten me
 with this crash and how to fix it?</div><div>&nbsp;</div><div>&nbsp;</div><div>Regards.<br><br>Mj Mendoza IV,<br>Developer, KonsolScript<br><a href="http://www.konsolscript.org" rel="nofollow" target="_blank">http://www.konsolscript.org</a><br></div></div></body></html>