Commit 93209da1 authored by Max Kellermann's avatar Max Kellermann

decoder/API: lock decoder in decoder_get_command()

parent 35a2a48c
...@@ -164,7 +164,7 @@ decoder_lock_get_virtual_command(Decoder &decoder) ...@@ -164,7 +164,7 @@ decoder_lock_get_virtual_command(Decoder &decoder)
DecoderCommand DecoderCommand
decoder_get_command(Decoder &decoder) decoder_get_command(Decoder &decoder)
{ {
return decoder_get_virtual_command(decoder); return decoder_lock_get_virtual_command(decoder);
} }
void void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment