Skip to content

Commit 07f211b

Browse files
Updated C6280
Removed extra characters
1 parent dcce351 commit 07f211b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c6280.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.assetid: b91f2966-0876-4c9b-843a-e142f35be864
99
---
1010
# Warning C6280
1111

12-
> '\**variable-name*' is allocated with '\**function-name', but deleted with '\**function-name*'
12+
> '*variable-name*' is allocated with '*function-name', but deleted with '*function-name*'
1313
1414
This warning indicates that the calling function has inconsistently allocated memory by using a function from one family and freed it by using a function from another.
1515

0 commit comments

Comments
 (0)