]> Dogcows Code - chaz/tar/commit
(record_buffer): New var.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Aug 2004 04:43:38 +0000 (04:43 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Aug 2004 04:43:38 +0000 (04:43 +0000)
commit81460a034950f1b72de86a8ee12e6ed7b65f9707
tree62f6ae76b280224368fd735373b34d5c6de02fb6
parentae29dcca878118f9ed5abd5e4952c8cea3b6e678
(record_buffer): New var.
(open_archive): Don't use valloc; on older or buggy hosts, you can't
free the result.  Use page_aligned_alloc instead.
Record the pointer to be freed into record_buffer.
(close_archive): Free record_buffer.
src/buffer.c
This page took 0.02408 seconds and 4 git commands to generate.