Delete temporary string within demangler even in failure cases.
[deliverable/binutils-gdb.git] / libiberty / xmemdup.c
index d4831163a204fe8e3a9ec5454577f269bd0fc514..aa56f0bf572bb71a52967878ddd3774cd7c9c1d2 100644 (file)
@@ -4,7 +4,8 @@
 
 /*
 
-@deftypefn Replacement void* xmemdup (void *@var{input}, size_t @var{copy_size}, size_t @var{alloc_size})
+@deftypefn Replacement void* xmemdup (void *@var{input}, @
+  size_t @var{copy_size}, size_t @var{alloc_size})
 
 Duplicates a region of memory without fail.  First, @var{alloc_size} bytes
 are allocated, then @var{copy_size} bytes from @var{input} are copied into
This page took 0.027268 seconds and 4 git commands to generate.