URL:
<http://savannah.gnu.org/patch/?5885>
Summary: Fix leak in dictionary.c code
Project: PSPP
Submitted by: blp
Submitted on: Sunday 04/22/07 at 13:25
Category: None
Item Group: None
Status: None
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
dict_destroy expects that dict_clear will free most data related to the
dictionary. dict_clear does a decent job, except that dict_set_split_vars on
some systems won't actually free the dict's "split" member. Instead, it'll
allocate a 1-byte region. This patch fixes that.
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Sunday 04/22/07 at 13:25 Name: dict-leak.patch Size: 2kB By: blp
<http://savannah.gnu.org/patch/download.php?file_id=12566>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?5885>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev