Browse Source

Refine #2402

pull/2411/head
Max Lv 6 years ago
parent
commit
37ca6830ad
1 changed files with 3 additions and 0 deletions
  1. 3
      src/plugin.c

3
src/plugin.c

@ -332,6 +332,9 @@ stop_plugin()
{
if (sub != NULL) {
cork_subprocess_abort(sub);
if (cork_subprocess_wait(sub) == -1) {
LOGE("error on terminating the plugin.");
}
cork_subprocess_free(sub);
}
}

Loading…
Cancel
Save