﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
845	psHashAdd stomps on memory	eugene	Paul Price	"psHashAdd is supposed to free the existing item of the same name, but does not:

psHash *hash = psHashAlloc(16);

psHashAdd (hash, ""name"", item);

psMemId id = psMemGetId();
psHashAdd (hash, ""name"", item);
psMemCheckLeaks (id, NULL, NULL, false);

this will claim a leak exists."	defect	closed	high		astro	0.12.99	normal	worksforme		
