pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-386-g5166b


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-386-g5166b83
Date: Mon, 19 Nov 2012 10:22:17 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".

The branch, master has been updated
       via  5166b8309e1fec33d5122de360ba212ad3107a2c (commit)
      from  dda82f83e66a6e5efa72f0e15a1f76a61f990e92 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5166b8309e1fec33d5122de360ba212ad3107a2c
Author: John Darrington <address@hidden>
Date:   Mon Nov 19 11:15:49 2012 +0100

    Fix possible memory corruption when creating dialogs with selectors.
    
    The PsppireSelector widget's class structure contains a map of selectors
    indexed by the source widget with which they are associated.  Until now, 
that
    map was never depopulated.   This could have caused problems if newly 
created
    widgets happened to use the same address as old, destroyed ones.  This 
change
    removes selectors from the map upon destruction.

-----------------------------------------------------------------------

Summary of changes:
 src/ui/gui/psppire-selector.c |   67 +++++++++++++++++++++++++++++++++++++++-
 src/ui/gui/psppire-selector.h |    1 +
 2 files changed, 66 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]