Repository: trafficserver
Updated Branches:
  refs/heads/master 0c3efd5db -> 41bb79591


Coverity 1022132 Resource leak


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/41bb7959
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/41bb7959
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/41bb7959

Branch: refs/heads/master
Commit: 41bb795919af6f47b501559be6d3d34308b70228
Parents: 0c3efd5
Author: Bryan Call <[email protected]>
Authored: Wed Jul 23 18:02:29 2014 -0700
Committer: Bryan Call <[email protected]>
Committed: Wed Jul 23 18:02:29 2014 -0700

----------------------------------------------------------------------
 tools/http_load/http_load.c | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/41bb7959/tools/http_load/http_load.c
----------------------------------------------------------------------
diff --git a/tools/http_load/http_load.c b/tools/http_load/http_load.c
index 8d7bbd9..59fbd32 100644
--- a/tools/http_load/http_load.c
+++ b/tools/http_load/http_load.c
@@ -931,6 +931,7 @@ read_sip_file(char *sip_file)
     }
     ++num_sips;
   }
+  fclose(fp);
 }
 
 

Reply via email to