diff options
author | Luis Ontanon <luis.ontanon@gmail.com> | 2005-10-08 12:38:39 +0000 |
---|---|---|
committer | Luis Ontanon <luis.ontanon@gmail.com> | 2005-10-08 12:38:39 +0000 |
commit | 26312023d8ba0908141961333c42db688372016e (patch) | |
tree | c3f339543fc8b6ec07b487969955e0ab7ce3e65d /doc | |
parent | 4ef4ca657d6c9dca5c80edaf90a21abebce03a97 (diff) | |
download | wireshark-26312023d8ba0908141961333c42db688372016e.tar.gz wireshark-26312023d8ba0908141961333c42db688372016e.tar.bz2 wireshark-26312023d8ba0908141961333c42db688372016e.zip |
set Id and eol-style
svn path=/trunk/; revision=16168
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.malloc | 2 |
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. |