Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: venkat akkineni
RE: No SDL::FreeSurface function [ reply ]  
2010-12-29 21:06
Thanks Ohai.

By: Ippei Ohbayashi
RE: No SDL::FreeSurface function [ reply ]  
2010-12-29 10:55
Please call SDL::Surface#destroy, or wait for garbage collections.

By: venkat akkineni
No SDL::FreeSurface function [ reply ]  
2010-12-28 22:09
Ohai

I am trying to implement the sample code from http://www.sdltutorials.com i Ruby using RubySDL. I have noticed that there is no wrapper function for SDL_FreeSurface in Ruby/SDL. Should I worry about freeing the surface or is this already taken care of by Ruby/SDL.

Thanks
Venkat