aboutsummaryrefslogtreecommitdiffstats
path: root/libical/src/libical/pvl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libical/src/libical/pvl.c')
-rw-r--r--libical/src/libical/pvl.c17
1 files changed, 5 insertions, 12 deletions
diff --git a/libical/src/libical/pvl.c b/libical/src/libical/pvl.c
index d5225a541e..94eaeac874 100644
--- a/libical/src/libical/pvl.c
+++ b/libical/src/libical/pvl.c
@@ -3,18 +3,7 @@
CREATOR: eric November, 1995
- (C) COPYRIGHT 1999 Eric Busboom
- http://www.softwarestudio.org
-
- The contents of this file are subject to the Mozilla Public License
- Version 1.0 (the "License"); you may not use this file except in
- compliance with the License. You may obtain a copy of the License at
- http://www.mozilla.org/MPL/
-
- Software distributed under the License is distributed on an "AS IS"
- basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
- the License for the specific language governing rights and
- limitations under the License.
+ (C) COPYRIGHT 2000, Eric Busboom, http://www.softwarestudio.org
======================================================================*/
#ifdef HAVE_CONFIG_H
@@ -505,6 +494,10 @@ pvl_remove(pvl_list l,pvl_elem e)
data = E->d;
+ E->prior = 0;
+ E->next = 0;
+ E->d = 0;
+
free(E);
return data;