[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.5-203-g1a528
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.5-203-g1a528fd |
Date: |
Sat, 29 Aug 2015 12:46:44 +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 1a528fdab462b59506d56b3d20c5c96455f5e561 (commit)
from 3ebc72b4576ece653f929e728f96bcf03d9c32fa (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 1a528fdab462b59506d56b3d20c5c96455f5e561
Author: John Darrington <address@hidden>
Date: Sat Aug 29 14:42:29 2015 +0200
Don't bother freeing import dialog memory. Thus avoid crashes.
A number of users have complained that the import dialog assistant
crashes on exit. This seems to be because some callback is accessing
the data after it has been freed.
This change "fixes" that by simply not ever freeing the data. This
will cause a memory leak. However during my investigations, I have
found that this dialog leaks so much anyway that these few bytes are
hardly significant.
A proper fix will hopefully be forthcoming.
Affects bug #45805
-----------------------------------------------------------------------
Summary of changes:
src/ui/gui/text-data-import-dialog.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.5-203-g1a528fd,
John Darrington <=