cpvrlab/ImagePlay

Segfault while closing app

Closed this issue · 1 comments

Running in Linux with an Image viewer open with two tabs zoomed in, a seg fault is thrown when exiting the application. The delete triggers a call to update the scrollbar location in IPImageViewer which calls ImageViewerWindow::on_horizontalScrollBarChanged() and segfaults on the map iterator.

A simple fix would be to disconnect the signals in the destructor on IPImageViewer.

Fixed by 044ae01

Please report back if it still happens...