http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68da568
)
dbghelp: Local variable used out of scope (Coverity).
author
Marcus Meissner
<meissner@suse.de>
Fri, 4 Mar 2011 12:44:16 +0000
(13:44 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Fri, 4 Mar 2011 15:26:01 +0000
(16:26 +0100)
dlls/dbghelp/dbghelp.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/dbghelp/dbghelp.c
b/dlls/dbghelp/dbghelp.c
index bd4a9cbfa59852f6c815905f8b1b30016c96f7a5..358902bfbaa91da669cff88ab1b390799981e0ad 100644
(file)
--- a/
dlls/dbghelp/dbghelp.c
+++ b/
dlls/dbghelp/dbghelp.c
@@
-553,12
+553,13
@@
static BOOL CALLBACK reg_cb64to32(HANDLE hProcess, ULONG action, ULONG64 data, U
*/
BOOL pcs_callback(const struct process* pcs, ULONG action, void* data)
{
+ IMAGEHLP_DEFERRED_SYMBOL_LOAD64 idsl;
+
TRACE("%p %u %p\n", pcs, action, data);
if (!pcs->reg_cb) return FALSE;
if (!pcs->reg_is_unicode)
{
- IMAGEHLP_DEFERRED_SYMBOL_LOAD64 idsl;
IMAGEHLP_DEFERRED_SYMBOL_LOADW64* idslW;
switch (action)