RE: [reSIProcate] DUM shutdown message processing
- From: "Derek MacDonald" <derek@xxxxxxxx>
- Date: Tue, 14 Sep 2004 11:22:32 -0700
> Another problem, if application allocates an
> ApplDialogSet on heap, and forgets to delete it, the
> DUM::shutdown() will never be called. In this way, the
> application will hangup there.
>
DUM will delete AppDialogSets(that are associated with a DialogSet) unless
you overload the AppDialogSet::destroy method.
If you are creating an AppDialogSet out of context, you have to clean it up
yourself, but this isn't how AppDialogSet is meant to be used.
--Derek