Opened 16 years ago
Closed 16 years ago
#655 closed defect (fixed)
Compilation error on Linux when PJ_HAS_POOL_ALT_API is used (thanks Gang Liu for the report)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | minor | Milestone: | release-1.0 |
Component: | common | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
The PJ_HAS_POOL_ALT_API is used to provide alternative implementation for the pool based memory management, and it's only used to troubleshoot memory allocation problems. However when this macro is set, it causes compilation error on Linux.
Change History (1)
comment:1 Changed 16 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r2341.