dae9b63a14
have multiple ptrs to individual entries (aliases) but the destructor was trying to delete every ptr so it would delete already freed memory for aliases. I implimented a simple ref counting scheme (similar to the plib mechanism) to track references to material lib entries and only "delete" them when the last reference is removed. |
||
---|---|---|
.. | ||
apt_signs.cxx | ||
apt_signs.hxx | ||
colours.h | ||
Makefile.am | ||
matlib.cxx | ||
matlib.hxx | ||
newmat.cxx | ||
newmat.hxx | ||
obj.cxx | ||
obj.hxx | ||
texload.c | ||
texload.h |