- Fix logic in Stream_fnRelease, refcount should be decremented before
authorPaul Vriens <Paul.Vriens@xs4all.nl>
Wed, 12 Jan 2005 19:29:22 +0000 (19:29 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 12 Jan 2005 19:29:22 +0000 (19:29 +0000)
commitfea45b149354745d386171eb1ef71731407de998
tree6ae7422b303df771c0ae615f723109159f1ea8f8
parente9ca9f1955e4e09ea29592c6611d32378fb1f1c9
- Fix logic in Stream_fnRelease, refcount should be decremented before
  the test for 0.
- Use Interlocked* functions in Stream_fnRelease .
- Store the result of the Interlocked functions and this in the
  TRACE.
dlls/avifil32/acmstream.c
dlls/avifil32/icmstream.c