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. v1.2.0-463-gd9c67


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-463-gd9c674e
Date: Sat, 27 Jun 2020 12:06:43 -0400 (EDT)

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  d9c674e05188abe16dc9440a8c1597632982dd48 (commit)
       via  bc8bf17d5f839d6745eed040b7a28cea22b02ef5 (commit)
       via  ac8d5f550e441001ea08b767d857f0c544aa0de0 (commit)
      from  afbaddb93a29a8fd72e067c18d42a8caf8cd209a (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 d9c674e05188abe16dc9440a8c1597632982dd48
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jun 27 18:00:16 2020 +0200

    Fix bug #54784 (again).
    
    Certain GUI entities hold pointers to variables.  To ensure that
    the variables survive the lifetime of the entity which holds the
    pointer, the entity must take a reference.
    
    This is particularly important where a transformation which involves
    TEMPORARY of a filter is involved.

commit bc8bf17d5f839d6745eed040b7a28cea22b02ef5
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jun 27 17:36:48 2020 +0200

    Introduce reference counting for variables.
    
    Necessary for upcomming commit.

commit ac8d5f550e441001ea08b767d857f0c544aa0de0
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jun 27 13:26:39 2020 +0200

    psppire-output-view.c (psppire_output_view_destroy): Fix memory leak.

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

Summary of changes:
 src/data/dictionary.c                          | 10 +++---
 src/data/variable.c                            | 45 ++++++++++++++++++--------
 src/data/variable.h                            |  6 ++--
 src/output/charts/scatterplot.c                |  2 +-
 src/ui/gui/psppire-dialog-action-indep-samps.c |  9 ++++--
 src/ui/gui/psppire-dialog-action-indep-samps.h |  2 +-
 src/ui/gui/psppire-output-view.c               |  3 ++
 src/ui/gui/psppire-var-ptr.c                   |  6 ++--
 8 files changed, 55 insertions(+), 28 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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