Browse Source

plugin: remove unused 'new_path' var

pull/1620/head
Daniel 7 years ago
committed by Max Lv
parent
commit
5ede10f694
1 changed files with 0 additions and 4 deletions
  1. 4
      src/plugin.c

4
src/plugin.c

@ -86,7 +86,6 @@ static int start_ss_plugin(const char *plugin,
const char *local_port,
enum plugin_mode mode)
{
char *new_path = NULL;
char *cmd = NULL;
size_t plugin_len = strlen(plugin);
@ -114,9 +113,6 @@ static int start_ss_plugin(const char *plugin,
ss_free(cmd);
if (new_path != NULL)
ss_free(new_path);
return err;
}

Loading…
Cancel
Save