﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1006	psMetadataItemAlloc() allocates an empty string for comments	jhoblitt	eugene	"If the comment field is not used, the allocator assigns an ""empty string"".  This wastes the sizeof(psMemBlock) * n psMetadataItem's without a commment (virtually all of them).  psMemBlock is ~100 byte structure so this is wasting a fair ammount of memory.  The code & SDRS should be changed so that ""no comment"" equates to psMetadataItem.comment = NULL."	enhancement	assigned	low		PSLib	unspecified	minor			
