File 73045.diff of Package wvstreams
Index: include/wvscatterhash.h =================================================================== --- include/wvscatterhash.h.orig +++ include/wvscatterhash.h @@ -151,7 +151,10 @@ public: { _add((void *)data, hash(data), autofree); } void remove(const T *data) - { _remove(Accessor::get_key(data), hash(data)); } + { + // _remove(Accessor::get_key(data), hash(data)); + _remove(data, hash(data)); + } void set_autofree(const K &key, bool autofree) {