set Id and eol-style

svn path=/trunk/; revision=16168
This commit is contained in:
Luis Ontanon 2005-10-08 12:38:39 +00:00
parent 4ef4ca657d
commit 26312023d8
1 changed files with 1 additions and 1 deletions

View File

@ -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.