fonttosfnt: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Dec 4 00:54:26 UTC 2020


 write.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 2d30328f9c5390eb38d4052028cd00bafaa151d4
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Oct 31 21:01:02 2020 -0700

    writeFile: avoid file leak on errors
    
    Resolves issues found by Oracle Parfait 4.0 static analyser:
    
       File Leak [file-ptr-leak]:
          Leaked File out
            at line 337 of app/fonttosfnt/write.c in function 'writeFile'.
              out initialized at line 330 with fopen
       File Leak [file-ptr-leak]:
          Leaked File out
            at line 366 of app/fonttosfnt/write.c in function 'writeFile'.
              out initialized at line 330 with fopen
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list