FW: Free strings in FFI?

Ron Teitelbaum Ron at USMedRec.com
Tue Aug 15 15:56:28 UTC 2006


Sorry about that, I hit send by mistake!

All,

Does anyone know if strings (ExternalData) need to be explicitly freed? 
 
I wrote this method 

containerName
	| exData result |
	exData := self pwszContainerName.
	result := exData fromCMSWideString.
	exData free.
	^result

Is it necessary to free the string?

Ron Teitelbaum





More information about the Squeak-dev mailing list