Skip to content

Commit 1a0d05e

Browse files
Updated C6308
Removed extra asterisk
1 parent 0619a01 commit 1a0d05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c6308.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.assetid: 1162cd96-9037-4576-9858-0c8361a12559
99
---
1010
# Warning C6308
1111

12-
> 'realloc' may return null pointer: assigning a null pointer to '\**parameter-name*', which is passed as an argument to 'realloc', will cause the original memory block to be leaked
12+
> 'realloc' may return null pointer: assigning a null pointer to '*parameter-name*', which is passed as an argument to 'realloc', will cause the original memory block to be leaked
1313
1414
## Remarks
1515

0 commit comments

Comments
 (0)