-
Committer:
Kristian Nielsen
-
Date:
2009-01-06 23:32:16 UTC
-
mto:
(779.1.1 devel)
-
mto:
This revision was merged to the branch mainline in
revision
784.
-
Revision ID:
knielsen@odin-20090106233216-8zmh6ui58dvmrw5w
- Don't allocate Table * with new when open_cache uses free() to
de-allocate (we cannot use delete() as some Table * values are
allocated with my_multi_malloc()).
- Remove unused extern declaration.
- Fix invalid cast of function pointer to different type.
- Cleanup diplicate code.