Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/main.c

    r8630748 r1762ceb  
    188188                display_conn(icall, &srv);
    189189
     190                ds_display_lock(disp);
    190191                ds_client_destroy(client);
     192                ds_display_unlock(disp);
    191193        } else {
    192194                /* Window GC connection */
Note: See TracChangeset for help on using the changeset viewer.