
14 Jul
2018
14 Jul
'18
5:10 p.m.
On Fri, Jul 13, 2018 at 11:24:39PM +0530, Sukrit Bhatnagar wrote:
New macros are introduced which help in adding GNU C's cleanup attribute to variable declarations. Variables declared with these macros will have their allocated memory freed automatically when they go out of scope.
Signed-off-by: Sukrit Bhatnagar <skrtbhtngr@gmail.com> Reviewed-by: Erik Skultety <eskultet@redhat.com> ---
For future reference, you only append the "Reviewed-by" tag to the commit message when you get one from the reviewer for a specific patch ;), not copying it automatically to all the patches. For completeness Reviewed-by: Erik Skultety <eskultet@redhat.com>