Closed stormc closed 9 years ago
Fix SIGSEGV due to referencing uninitialized MixMusic's .name field. Consolidated variable naming.
gdb backtrace of Segmentation Fault:
0 strlen () from /usr/lib/libc.so.6 1 ?? () 2 lua_getfield () 3 luaL_setmetatable () 4 commonPushUserdata () from /usr/lib/lua/5.2/SDL/mixer.so 5 commonPush () from /usr/lib/lua/5.2/SDL/mixer.so
Fix SIGSEGV due to referencing uninitialized MixMusic's .name field. Consolidated variable naming.
gdb backtrace of Segmentation Fault: