@@ -107,10 +107,13 @@ int main(){
#endif
}
#if SETTINGS_UEBERZUG_IMAGE_PREVIEW != 0
ueberzug_close();
threading_free();
free(start_path);
if (threading) {
pthread_join(thread_l, NULL);
pthread_join(thread_r, NULL);
pthread_join(thread_m, NULL);
The note is not visible to the blocked user.