Commit 33b82cec authored by unknown's avatar unknown

fixed compiler error in 5.1-marvel.

parent b5faf037
......@@ -1448,7 +1448,6 @@ static bool plugin_load_list(MEM_ROOT *tmp_root, int *argc, char **argv,
if (plugin_add(tmp_root, &name, &dl, argc, argv, REPORT_TO_LOG))
goto error;
}
}
plugin_dl_del(&dl); // reduce ref count
}
}
......
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