Project

General

Profile

Actions

Bug #1153

closed

state.c:532]: (error) Resource leak: fp

Added by David Binderman about 6 years ago. Updated about 6 years ago.

Status:
Invalid
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
02/16/2018
Due date:
% Done:

0%

Estimated time:

Description

Source code is

hdr = fgetc(fp);
if(hdr == EOF) return;

Suggest add call to fclose(fp) inside the if.

Actions

Also available in: Atom PDF