diff options
Diffstat (limited to 'libusbmuxd/libusbmuxd.c')
| -rw-r--r-- | libusbmuxd/libusbmuxd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libusbmuxd/libusbmuxd.c b/libusbmuxd/libusbmuxd.c index 0623b90..bb5f1f0 100644 --- a/libusbmuxd/libusbmuxd.c +++ b/libusbmuxd/libusbmuxd.c | |||
| @@ -618,7 +618,7 @@ static void *device_monitor(void *data) | |||
| 618 | #ifndef WIN32 | 618 | #ifndef WIN32 |
| 619 | pthread_cleanup_pop(1); | 619 | pthread_cleanup_pop(1); |
| 620 | #else | 620 | #else |
| 621 | device_monitor_cleanup(); | 621 | device_monitor_cleanup(NULL); |
| 622 | #endif | 622 | #endif |
| 623 | return NULL; | 623 | return NULL; |
| 624 | } | 624 | } |
