marvinkreis / rofi-file-browser-extended

Use rofi to quickly open files
MIT License
240 stars 15 forks source link

fix segfault when file-browser is destroyed twice #21

Closed georeth closed 4 years ago

georeth commented 4 years ago

When I used rofi with rofi-file-browser, I found my dmesg is full of segfault caused by rofi. This is because rofi may call file_browser_destroy multiple times and get segfault.

I have created an issue in rofi repo which contains details of this bug.

marvinkreis commented 4 years ago

Looks good to me. Thanks for the fix!