gitwidget: disconnect living git processes at destr
When the GitWidget is destroyed while there is still any git QProcess arround, the exit signal will be delivered to lambda with invalid closure. Function calls looks something like this: * ~GitWidget * ~QWidget * QWidget::deleteChildren * ~QProcess * emit QProcess::finished * call finished lambda referencing already destroyed GitWidget See: !430
Please register or sign in to comment