diff options
author | Murray Cumming <murrayc@murrayc.com> | 2012-03-23 21:46:23 +0100 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2012-03-23 21:46:23 +0100 |
commit | b40f9a7014fac162b3e76a4ee987e3d4801be96a (patch) | |
tree | b8cce8e237a8a6dc24b7a3384b8c61f04d8b88de /ChangeLog | |
parent | 7a6c0ac34de755cd77f321afde69f60971d372c6 (diff) | |
download | glibmm-b40f9a7014fac162b3e76a4ee987e3d4801be96a.tar.gz |
ActionGroup: list_actions_vfunc(): Do not return freed memory.
* gio/src/actiongroup.hg: list_actions vfunc: Correct the conversion,
doing a deep copy of the array of strings.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2012-03-23 Murray Cumming <murrayc@murrayc.com> + ActionGroup: list_actions_vfunc(): Do not return freed memory. + + * gio/src/actiongroup.hg: list_actions vfunc: Correct the conversion, + doing a deep copy of the array of strings. + +2012-03-23 Murray Cumming <murrayc@murrayc.com> + gmmproc: _WRAP_SIGNAL(): Allow signals to be deprecated. * tools/pm/WrapParser.pm: on_wrap_signal(): Parse an optional |