comp.lang.ada
 help / color / mirror / Atom feed
* Freeing pointer to task?
@ 1999-03-19  0:00 joeprogrammer
  1999-03-20  0:00 ` Matthew Heaney
  0 siblings, 1 reply; 2+ messages in thread
From: joeprogrammer @ 1999-03-19  0:00 UTC (permalink / raw)


Question:

Say you dynamically create a task using the "new" operator, the task runs
and terminates normally.  Should you then use an instantiation of
Unchecked_Deallocation() to free the memory allocated to the pointer to the
task as you would with any other data type?  Or is that not needed with
tasks?

Can not find any details on this topic.  I only know that it is a no-no to
free the pointer as a means of terminating the task.

Thanks,

George






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-03-20  0:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-19  0:00 Freeing pointer to task? joeprogrammer
1999-03-20  0:00 ` Matthew Heaney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox