Make sure graphics and sound data is really freed
commit78baa1fe95365ec91b06563fc42d0b670a55909c
authorThomas Perl <thp@perli.net>
Thu, 15 Jan 2009 11:10:45 +0000 (15 12:10 +0100)
committerThomas Perl <thp@perli.net>
Thu, 15 Jan 2009 11:10:45 +0000 (15 12:10 +0100)
tree93977b0857f16712a24ce04bff80727e945354ee
parent3c90f67e8b80237ecd8b1998b5c9b4d8c5cd2273
Make sure graphics and sound data is really freed

After loading of graphics and sound, make sure to
unload the allocated resources, because RWops does
not seem to free the resources, even if told so.
graphics.c
sound.c