The following commit has been merged in the master branch:
commit 387ab140f5c99437def8991928e54f3ddf206b2f
Author: Cheyenne Wills <[email protected]>
Date:   Thu Jul 1 15:39:43 2021 -0600

    gtx: Fix problems found by static analysis
    
    Several static analysis tools have identified various problems:
     - possible memory leaks                          (scan-build, cppcheck)
    
    To resolve the above problems:
     - fix possible memory leaks by freeing memory
    
    This commit is a reorganization of commits developed by Pat Riehecky,
    who ran the static analysis tools and developed the fixes.
    
    Change-Id: Ica9e5a33bf33ae802fed0f1439fc3561d0406713
    Reviewed-on: https://gerrit.openafs.org/14685
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: PatRiehecky <[email protected]>
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>

 src/gtx/keymap.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to