Skip to content

GenerateListing: close outFile before returning

Alan Coopersmith requested to merge alanc/xkbcomp:misc into master

Found by Oracle Parfait static analyzer:

Error: File Leak
   File Leak [file-ptr-leak]:
      Leaked File outFile
        at line 497 of app/xkbcomp/listing.c in function 'GenerateListing'.
          outFile initialized at line 432 with fopen
Edited by Alan Coopersmith

Merge request reports