diff options
author | Alberto Mardegan <mardy@users.sourceforge.net> | 2008-07-21 07:53:09 +0000 |
---|---|---|
committer | Alberto Mardegan <mardy@users.sourceforge.net> | 2008-07-21 07:53:09 +0000 |
commit | 43a825d09cd8ca1e446e98f81552e0b7266bc9ce (patch) | |
tree | 39351f9724a5e8b09fc66d9b3bade8b290c0164b /ChangeLog | |
parent | 8da57097accf8ed50b636e476d6fd51c20c6eeb1 (diff) |
Allow the various *_get_presence() methods to pass NULL for those
fields the caller is not interested in.
git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@509 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2008-07-21 Alberto Mardegan <alberto.mardegan@nokia.com> + * libmcclient/mc-account.c: + Allow the various *_get_presence() methods to pass NULL for those + fields the caller is not interested in. + * libmcclient/mc-account-manager.c: Free the Manager properties on finalization, that were being leaked. |