summaryrefslogtreecommitdiff
path: root/usb/usbview/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'usb/usbview/debug.c')
-rw-r--r--usb/usbview/debug.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usb/usbview/debug.c b/usb/usbview/debug.c
index bdd25589..1031cc5b 100644
--- a/usb/usbview/debug.c
+++ b/usb/usbview/debug.c
@@ -116,7 +116,7 @@ MyReAlloc (
{
return NULL;
}
-
+
header = (PALLOCHEADER)hMem;
header--;
@@ -135,6 +135,7 @@ MyReAlloc (
// and the original handle and pointer are still valid.
// Add the old address back to the allocation list.
//
+ #pragma prefast(suppress:__WARNING_USING_UNINIT_VAR, "SAL noise")
InsertTailList(&AllocListHead, &header->ListEntry);
}
else