Browse Source

capture_client: remove unnecessary pthread_set_cancel_type

pull/4/head
Tristan Matthews 11 years ago
parent
commit
3f4e8cb8ed
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      capture_client.c

+ 0
- 1
capture_client.c View File

@@ -70,7 +70,6 @@ disk_thread (void *arg)
size_t bytes_per_frame = samples_per_frame * sample_size;
void *framebuf = malloc (bytes_per_frame);

pthread_setcanceltype (PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
pthread_mutex_lock (&disk_thread_lock);

info->status = 0;


Loading…
Cancel
Save