Fix for memory leak in error case
Rather than leak 40 bytes by failing to free(), just use an automatic variable and let the compiler worry about function exits. From a tip off in https://www.riscosopen.org/forum/forums/4/topics/3990 Version 0.42. Tagged as 'Gadgets-0_42'
Showing
Please register or sign in to comment