DXGL r367 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r366
|
r367
|
r368
>
Date:
21:51, 13 April 2013
Author:
admin
Status:
new
Tags:
Comment:
Fix glDirectDrawSurface3::Release tracing
Modified paths:
/ddraw/glDirectDrawSurface.cpp
(modified) (
history
)
Diff
[
purge
]
Index: ddraw/glDirectDrawSurface.cpp
—
—
@@ -2054,7 +2054,7 @@
2055
2055
ULONG WINAPI glDirectDrawSurface3::Release()
2056
2056
{
2057
2057
TRACE_ENTER(1,14,this);
2058
- if(!this) return 0;
2058
+ if(!this) TRACE_RET(ULONG,8,0);
2059
2059
ULONG ret;
2060
2060
refcount--;
2061
2061
ret = refcount;
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