aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.malloc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.malloc')
-rw-r--r--doc/README.malloc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.malloc b/doc/README.malloc
index 033c725398..9c4d6ea90a 100644
--- a/doc/README.malloc
+++ b/doc/README.malloc
@@ -1,4 +1,4 @@
-$Id: README.malloc 11400 2004-07-18 00:24:25Z guy $
+$Id$
In order to make memory management easier and to reduce the probability of memory leaks ethereal provides its own memory management API.
This API is implemented inside epan/emem.c and provides memory allocation functions where the allocated memory is automatically freed at certain points.