﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
302	psArrayAdd() does not properly handle reference counting	jhoblitt	robert.desonia@…	"psArrayAdd() should increment the reference count on it's data parameter. 
Consider the follow code example:

--
psArrayAdd(foo, 0, myData);
psFree(foo);
--

myData is now an invalid pointer without being free'd by the user.

Please also document the fact that psArrayAdd() incremements the reference count
on ""data""."	defect	closed	normal		sys	0.4.0	normal	fixed		
