Click here to Skip to main content
15,907,392 members

Comments by omeretto1 (Top 1 by date)

omeretto1 19-May-21 6:18am View    
I opted out for an online debugger (i was using Sublime Text 3 as IDE already, but debugging there can be a nightmare). So i am already aware now of the problems and i already fixed the segfault. As for reverseRec i am having trouble understanding what exactly i am supposed to free? in the putBack function there is a malloc so obviously i need to free something, somehow i can't figure out what?