Sweden-Number/dlls/ddrawex
Stefan Dösinger 28850ae5f8 ddrawex: Don't leak surfaces.
dds_get_outer AddRefs the inner surface when it creates the wrapper
surface. The wrapper releases only one reference when it is destroyed,
leaking one of the two. AddRefing in dds_get_outer makes sense because
this is also used by e.g. GetAttachedSurface, where it creates a new
wrapper for surfaces ddrawex didn't know about yet.
2014-09-04 20:21:03 +02:00
..
tests makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
Makefile.in
ddraw.c ddrawex: Don't leak surfaces. 2014-09-04 20:21:03 +02:00
ddrawex.idl
ddrawex.spec
ddrawex_private.h
main.c
surface.c