gtorrent / gtorrent-core

Core library of gTorrent which handles everything but UI/UX
GNU General Public License v3.0
39 stars 12 forks source link

Segfault on shutdown #80

Closed zovt closed 9 years ago

fuyukaidesu commented 9 years ago

It segfaults only with ncurses, here.

fuyukaidesu commented 9 years ago

Yup, you shouldn't call Core::shutdown in the destructor of MainWindow, it fucks shit up.

Even though I don't really know why.

Just put it right before the break in the main loop.

zovt commented 9 years ago

Thanks, I'll fix that tomorrow