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.