Free native resources

Property definitions

ios :: audio $ PlayableAudio :: destroy
	# Free native resources
	fun destroy
	do
		var native = native
		if native != null then native.release
	end
lib/ios/audio.nit:59,2--64,4