Re: [PATCH]PackFile_destroy fix

2005-05-30 Thread Leopold Toetsch
Vladimir Lipsky [EMAIL PROTECTED] wrote: Nested packfile segments of type directory are freed twice by default_destroy(). Thanks, applied - r8210 leo

[PATCH]PackFile_destroy fix

2005-05-29 Thread Vladimir Lipsky
Nested packfile segments of type directory are freed twice by default_destroy(). The first time it happens in directory_destroy(), and the second time in PackFile_Segment_destroy(). This behavior is, of course, incorrect, the patch fixes it. packfile.c.patch Description: Binary data