diff options
author | Martin Willi <martin@strongswan.org> | 2005-12-01 16:14:00 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-12-01 16:14:00 +0000 |
commit | bae00c63f719c06c74d393c65bef0e5ebe25b24c (patch) | |
tree | ca3e7f408ae696eb161fdee9472d395fb5bd9785 /Source/charon/utils/allocator.h | |
parent | 0675d5e1a13ae288b573e855bb41af93f5a8c1f0 (diff) | |
download | strongswan-bae00c63f719c06c74d393c65bef0e5ebe25b24c.tar.bz2 strongswan-bae00c63f719c06c74d393c65bef0e5ebe25b24c.tar.xz |
- fixed some bugx when !LEAK_DETECTIVE
Diffstat (limited to 'Source/charon/utils/allocator.h')
-rw-r--r-- | Source/charon/utils/allocator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/utils/allocator.h b/Source/charon/utils/allocator.h index a86311789..7ea0fb60d 100644 --- a/Source/charon/utils/allocator.h +++ b/Source/charon/utils/allocator.h @@ -300,7 +300,7 @@ * * @ingroup utils */ - chunk_t allocator_clone_bytes(chunk_t chunk); + chunk_t allocator_clone_chunk(chunk_t chunk); /** * Frees memory used by chunk. |