Allocate the memory for a new SDLPoint, it must the be freed with free

Property definitions

sdl2 $ SDLPoint :: malloc
	# Allocate the memory for a new `SDLPoint`, it must the be freed with `free`
	new malloc`{ return malloc(sizeof(SDL_Point)); `}
lib/sdl2/sdl2_base.nit:540,2--541,50