diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2009-09-11 15:51:30 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2009-09-11 15:51:30 +0000 |
| commit | d6fd5c62bb83287272bf4c0e7b23ba6507a2e10a (patch) | |
| tree | 01e24751293af29627e6552c806d01fe3645c50f | |
| parent | e25410461c2cecf3e111dc2506c880bb1443262a (diff) | |
Core: remove a use of lasso_node_destroy in LassoSession
| -rw-r--r-- | lasso/id-ff/session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/id-ff/session.c b/lasso/id-ff/session.c index 5fab1ec6..3f535a95 100644 --- a/lasso/id-ff/session.c +++ b/lasso/id-ff/session.c @@ -686,7 +686,7 @@ instance_init(LassoSession *session) #ifdef LASSO_WSF_ENABLED session->private_data->eprs = g_hash_table_new_full(g_str_hash, g_str_equal, (GDestroyNotify)g_free, - (GDestroyNotify)lasso_node_destroy); + (GDestroyNotify)g_object_unref); #endif lasso_private_data(session)->assertions = g_hash_table_new_full(g_str_hash, g_str_equal, (GDestroyNotify)g_free, (GDestroyNotify)lasso_node_destroy); |
