fix crash for solo btn2 + primary-mod

This commit is contained in:
Robin Gareus 2015-10-07 14:19:23 +02:00
parent 44f1f0caf4
commit 3bb492a0c0

View File

@ -617,6 +617,9 @@ RouteUI::solo_press(GdkEventButton* ev)
}
}
delete _solo_release;
_solo_release = 0;
} else {
/* click: solo this route */