Skip to content

Commit

Permalink
fix: refine some codes
Browse files Browse the repository at this point in the history
  • Loading branch information
halajohn committed Jan 8, 2025
1 parent 2a3e81e commit 553f621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"request": "launch",
"program": "${workspaceFolder}/out/linux/x64/tests/standalone/ten_runtime_smoke_test",
"args": [
"--gtest_filter=ExtensionTest.StartIncorrectGraph"
"--gtest_filter=AudioFrameTest.MultiDestAudioFrame"
],
"cwd": "${workspaceFolder}/out/linux/x64/tests/standalone/",
"env": {
Expand Down
2 changes: 1 addition & 1 deletion core/src/ten_runtime/extension/extension.c
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ bool ten_extension_dispatch_msg(ten_extension_t *self, ten_shared_ptr_t *msg,
TEN_ASSERT(result_msg && ten_msg_check_integrity(result_msg),
"Invalid argument.");

ten_extension_thread_dispatch_msg(self->extension_thread, msg);
ten_extension_thread_dispatch_msg(self->extension_thread, result_msg);
}

done:
Expand Down

0 comments on commit 553f621

Please sign in to comment.