﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
450	psArrayElementFree() ?	jhoblitt	eugene	"This function is currently defined in pslib.  Is this worth adding to the SDRS
or should it be marked static?

void psArrayElementFree(psArray* psArr)
{

    if (psArr == NULL) {
        return;
    }

    for (psS32 i = 0; i < psArr->n; i++) {
        psFree(psArr->data[i]);
        psArr->data[i] = NULL;
    }
}"	defect	closed	high		IPP SDRS	unspecified	minor	fixed		Eric.VanAlst@…
