Skip to content

shell: Don't crash in row_collapsed_cb()

Marek Kašík requested to merge row_collapsed_cb-crash into master

A crash was cought by ABRT in Fedora and reported as https://bugzilla.redhat.com/show_bug.cgi?id=1692083. I can not reproduce it but it seems that the pointer "index_expand" could be NULL so I added a check for it.

Merge request reports