DXGL r366 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
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 @@
567
567
refcount--;
568
568
ret = refcount;
569
569
if(refcount == 0) delete this;
570
- TRACE_EXIT(23,ret);
570
+ TRACE_EXIT(8,ret);
571
571
return ret;
572
572
}
573
573
HRESULT WINAPI glDirectDrawSurface7::AddAttachedSurface(LPDIRECTDRAWSURFACE7 lpDDSAttachedSurface)
—
—
@@ -2059,7 +2059,7 @@
2060
2060
refcount--;
2061
2061
ret = refcount;
2062
2062
if(refcount == 0) delete this;
2063
- TRACE_EXIT(23,ret);
2063
+ TRACE_EXIT(8,ret);
2064
2064
return ret;
2065
2065
}
2066
2066
HRESULT WINAPI glDirectDrawSurface3::AddAttachedSurface(LPDIRECTDRAWSURFACE3 lpDDSAttachedSurface)
Navigation menu
Personal tools
Log in
Namespaces
Special page
English
expanded
collapsed
Views
More
expanded
collapsed
Search
Navigation
Home
Main page
Recent changes
Random page
MediaWiki help
Introduction
Progress
Downloads
Source code
Build from source
AppDB
Bug reports
Forums
Tools
Special pages
Printable version