mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
context: small cleanups
This commit is contained in:
parent
c9ac5e6e1e
commit
b177f1d146
3 changed files with 38 additions and 19 deletions
|
|
@ -129,6 +129,7 @@ void pa_operation_cancel(pa_operation *o)
|
|||
{
|
||||
pa_assert(o);
|
||||
pa_assert(o->refcount >= 1);
|
||||
pw_log_debug("%p %d", o, o->seq);
|
||||
operation_set_state(o, PA_OPERATION_CANCELED);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue