Skip to content

Commit e9809e0

Browse files
author
Colin Robertson
committed
Address cpp-docs 2504 missing comment
1 parent 8d7dfcf commit e9809e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/code-quality/c6308.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: C6308
3-
ms.date: 11/04/2016
3+
description: "Understand the causes of Microsoft C/C++ code analysis warning C6308, and learn how to fix them."
4+
ms.date: 10/23/2020
45
ms.topic: reference
56
f1_keywords: ["C6308"]
67
helpviewer_keywords: ["C6308"]
@@ -52,6 +53,7 @@ void f()
5253
{
5354
x = tmp;
5455
}
56+
// code...
5557
free(x);
5658
}
5759
}

0 commit comments

Comments
 (0)