Opened 11 years ago
Closed 11 years ago
#508 closed task (wontfix)
Deallocation of a pointer not malloced
Reported by: | Peter Johansson | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | core | Version: | 0.9.4 |
Keywords: | Cc: |
Description
Binaries complain about deallocation:
svndigest(4069) malloc: *** Deallocation of a pointer not malloced: 0x201ca00; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug
Change History (3)
comment:1 Changed 11 years ago by
comment:3 Changed 11 years ago by
Milestone: | svndigest 0.9.5 |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I've located the problem to
so I guess the problem is in Directory constructor (destructor).