Skip to content

Commit

Permalink
Add missing SAL
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Rozman <[email protected]>
  • Loading branch information
rozmansi committed Apr 22, 2024
1 parent 0559794 commit 6dead07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/WinStd/Common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 6dead07

Please sign in to comment.