From 6dead076a2e48e7f561c6e72e027c48ffcbb07be Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 22 Apr 2024 13:54:44 +0200 Subject: [PATCH] Add missing SAL Signed-off-by: Simon Rozman --- include/WinStd/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/WinStd/Common.h b/include/WinStd/Common.h index 96ab29c9..58c2f937 100644 --- a/include/WinStd/Common.h +++ b/include/WinStd/Common.h @@ -750,7 +750,7 @@ namespace winstd /// /// \sa [LocalFree function](https://msdn.microsoft.com/en-us/library/windows/desktop/aa366730.aspx) /// - void operator()(_Ty *_Ptr) const + void operator()(_Frees_ptr_opt_ _Ty *_Ptr) const { LocalFree(_Ptr); }