diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-01 14:06:35 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-01 14:06:35 +0000 |
| commit | 9ad0effabb92339e4cd9106cb9d2dc1b4a928be6 (patch) | |
| tree | efdcb6808d8f45e4af6611c8b7c1e4a69f52d80b | |
| parent | e442d9b838291c49a8a0ca218782e7b75da75a42 (diff) | |
* set credential to NULL when freed
| -rw-r--r-- | lasso/id-wsf/wsf_profile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/id-wsf/wsf_profile.c b/lasso/id-wsf/wsf_profile.c index cbf8425f..eb9ab2ce 100644 --- a/lasso/id-wsf/wsf_profile.c +++ b/lasso/id-wsf/wsf_profile.c @@ -93,6 +93,7 @@ lasso_wsf_profile_move_credentials(LassoWsfProfile *src, LassoWsfProfile *dest) } g_list_free(src->private_data->credentials); + src->private_data->credentials = NULL; return 0; } |
