diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2014-06-08 11:18:01 +0200 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2014-06-08 12:13:30 +0200 |
| commit | e25968a9fdc9a225ac9bd3b9cc1efa0f2dfcc5bb (patch) | |
| tree | 6b7c102861617cfdcf1e8460dbcdf5503d3aaa74 | |
| parent | 99f00e88bff32775ccbb5433bd269910216cf84a (diff) | |
| download | lasso-e25968a9fdc9a225ac9bd3b9cc1efa0f2dfcc5bb.tar.gz lasso-e25968a9fdc9a225ac9bd3b9cc1efa0f2dfcc5bb.tar.xz lasso-e25968a9fdc9a225ac9bd3b9cc1efa0f2dfcc5bb.zip | |
server: fix leak of xmlSecKey objects
| -rw-r--r-- | lasso/id-ff/server.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lasso/id-ff/server.c b/lasso/id-ff/server.c index 2641363e..490d2660 100644 --- a/lasso/id-ff/server.c +++ b/lasso/id-ff/server.c @@ -911,7 +911,6 @@ lasso_server_export_to_query_for_provider_by_name(LassoServer *server, const cha goto_cleanup_if_fail_with_rc(query, LASSO_PROFILE_ERROR_BUILDING_QUERY_FAILED); lasso_assign_new_string(*out, query); - context = LASSO_SIGNATURE_CONTEXT_NONE; cleanup: lasso_assign_new_signature_context(context, LASSO_SIGNATURE_CONTEXT_NONE); return rc; |
