Skip to main content
This topic has been closed for replies.

1 reply

Participant
June 12, 2012

Who is responsible for freeing the memory allocated in the ContextInitializer function?

jrunrandy
Inspiring
June 20, 2012

I asked one of the develoeprs and this is what he said:

"The runtime releases the memory it allocates for its own data structures when an extension context object is garbage collected or when the dispose() method is called on the context object. If a developer has allocated memory himself, he will have to free it in the context finalizer."

HTH,

Randy Nielsen

Senior Content and Community Manager

Adobe Systems Incorporated