comp.lang.ada
 help / color / mirror / Atom feed
From: tmoran@acm.org
Subject: Re: Releasing Aliased Variables
Date: Wed, 07 Mar 2001 20:44:01 GMT
Date: 2001-03-07T20:44:01+00:00	[thread overview]
Message-ID: <l4xp6.6865$zV3.378009@news1.frmt1.sfba.home.com> (raw)
In-Reply-To: 3AA692A8.F1283C27@netscape.net

>release the secondary buffers, the primary buffer, and the directsound
>object, in that order.
> ...
>that the release procedure is bombing down in the Windows code, so
  At which release does it crash?
>I'm declaring all of the directsound objects as aliased, which solved a
  Declaring X aliased says "take care.  There may be pointers to
this, so just looking at all mentions of "X" may miss some activity
on P.all where P.all is in fact X"  Perhaps you've already released
a buffer through a pointer to it, and now you're trying to release
it directly?



  reply	other threads:[~2001-03-07 20:44 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-07 19:57 Releasing Aliased Variables Byron Kauffman
2001-03-07 20:44 ` tmoran [this message]
2001-03-07 21:12 ` Robert A Duff
2001-03-08 13:24   ` Florian Weimer
2001-03-08 14:37     ` Pat Rogers
2001-12-27 12:26       ` Florian Weimer
2001-03-08 14:52     ` Tucker Taft
2001-03-08 16:57     ` Robert A Duff
2001-03-09 15:08       ` Using COM Interfaces (was: Releasing Aliased Variables) Byron Kauffman
2001-03-09 17:01         ` Robert A Duff
2001-03-09 21:08         ` tmoran
2001-03-12 18:45     ` Releasing Aliased Variables Richard Kenner
2001-03-07 21:31 ` Florian Weimer
replies disabled

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