Skip to content
  • Sean McBride's avatar
    Added missing fclose() calls in error branches · ccd03ca0
    Sean McBride authored
    Several error branches were missing fclose() calls
    to balance earlier fopen() calls.
    
    Fixed a couple of leaks also in these same
    error branches.
    
    Found by cppcheck.
    
    Change-Id: I7ed3bce1f0fb399c2ab1c3d6e6eac3518d845b17
    ccd03ca0