X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Futil%2Ftest_plugin.c;h=f2abfa77d79cd35bc9ff84bdb375c3d070f90750;hb=27520ef39b732562a6c4ffa8640b44250ad72a4a;hp=122d5f480351f92139ba74c78eee02457d5e9ef2;hpb=2742cca3d2180b4f615c40609fccf10a806f05c8;p=oweals%2Fgnunet.git diff --git a/src/util/test_plugin.c b/src/util/test_plugin.c index 122d5f480..f2abfa77d 100644 --- a/src/util/test_plugin.c +++ b/src/util/test_plugin.c @@ -35,6 +35,7 @@ test_cb (void *cls, const char *libname, void *lib_ret) ret = GNUNET_PLUGIN_unload (libname, "out"); GNUNET_assert (NULL != ret); GNUNET_assert (0 == strcmp (ret, "World")); + GNUNET_free (ret); }