DXGL r366 - Code Review

Jump to navigation Jump to search
Repository:DXGL
Revision:r365‎ | r366 | r367 >
Date:23:35, 7 April 2013
Author:admin
Status:new
Tags:
Comment:
Fix tracing a couple of Release calls.
Modified paths:
  • /ddraw/glDirectDrawSurface.cpp (modified) (history)

Diff [purge]

Index: ddraw/glDirectDrawSurface.cpp
@@ -566,7 +566,7 @@
567567 refcount--;
568568 ret = refcount;
569569 if(refcount == 0) delete this;
570 - TRACE_EXIT(23,ret);
 570+ TRACE_EXIT(8,ret);
571571 return ret;
572572 }
573573 HRESULT WINAPI glDirectDrawSurface7::AddAttachedSurface(LPDIRECTDRAWSURFACE7 lpDDSAttachedSurface)
@@ -2059,7 +2059,7 @@
20602060 refcount--;
20612061 ret = refcount;
20622062 if(refcount == 0) delete this;
2063 - TRACE_EXIT(23,ret);
 2063+ TRACE_EXIT(8,ret);
20642064 return ret;
20652065 }
20662066 HRESULT WINAPI glDirectDrawSurface3::AddAttachedSurface(LPDIRECTDRAWSURFACE3 lpDDSAttachedSurface)