TT#36308 fix possible segfault due to missing lock

Change-Id: I61d411cd88494fa8c3c4197ec9e5a70a2231a325
changes/15/21115/1
Richard Fuchs 8 years ago
parent 8c2d2a268b
commit 3f61bbba33

@ -1529,7 +1529,9 @@ static void media_packet_kernel_check(struct packet_handler_ctx *phc) {
return;
}
mutex_lock(&phc->mp.stream->in_lock);
kernelize(phc->mp.stream);
mutex_unlock(&phc->mp.stream->in_lock);
}

Loading…
Cancel
Save