dimyr7 / ClassScheduler

A class scheduling program made for Scheedule2
GNU General Public License v2.0
3 stars 3 forks source link

Run time Segfault-like error #9

Closed dimyr7 closed 9 years ago

dimyr7 commented 9 years ago

malloc: * error for object 0x***: pointer being freed was not allocated

dimyr7 commented 9 years ago

Accidentally deleting the same Section* twice. Once in course destructor and once again in section combo destructor.