﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
197	added 'persistent' bool flag in psMemBlock	robert.desonia@…	Paul Price	"I needed to add a bool flag to the psMemBlock called persistent (I inserted it 
just before the endblock member). 
 
It signifies if the memory block is to be considered a memory leak.  The 
problem is that things like the storage for things like the error stack, trace 
levels, etc., were being flagged as memory leaks, but these things are not 
user-level memory leaks at all, rather persistent data used internally in 
psLib.   
 
I added the two functions are well,  
	p_psMemGetPersistent(void* ptr); 
	p_psMemSetPersistent(void* ptr, bool value);"	defect	closed	high		PSLib SDRS	unspecified	normal	fixed		
