summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-12 14:51:23 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-12 14:51:23 +0000
commitfa538e86eb09a886e059733fe442490a36c0dcd6 (patch)
treedbbd7d31f36487bcc40d712f2675988b4a59b5cc
parente17b96d5c3e1a77587dd12aea23e68db41a1acd9 (diff)
downloadlasso-fa538e86eb09a886e059733fe442490a36c0dcd6.tar.gz
lasso-fa538e86eb09a886e059733fe442490a36c0dcd6.tar.xz
lasso-fa538e86eb09a886e059733fe442490a36c0dcd6.zip
*** empty log message ***
-rw-r--r--lasso/Attic/protocols/provider.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/Attic/protocols/provider.c b/lasso/Attic/protocols/provider.c
index f73af4f8..9f8c2c83 100644
--- a/lasso/Attic/protocols/provider.c
+++ b/lasso/Attic/protocols/provider.c
@@ -174,6 +174,7 @@ lasso_provider_finalize(LassoProvider *provider)
lasso_node_destroy(provider->metadata);
g_free(provider->public_key);
g_free(provider->certificate);
+ g_free(provider->private);
}
/*****************************************************************************/