Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1
xmlstarlet
xmlstarlet-xml_depyx.c.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xmlstarlet-xml_depyx.c.diff of Package xmlstarlet
--- src/xml_depyx.c.orig 2011-02-17 09:53:27.000000000 +0100 +++ src/xml_depyx.c 2011-02-17 10:00:13.000000000 +0100 @@ -115,6 +115,7 @@ { static char line[INSZ]; FILE *in = stdin; + int opened_in = 0; if (strcmp(file, "-")) { @@ -124,6 +125,7 @@ fprintf(stderr, "error: could not open: %s\n", file); exit(EXIT_BAD_FILE); } + opened_in = 1; } while (!feof(in)) @@ -216,6 +218,11 @@ } } + if (opened_in) + { + fclose(in); + } + return EXIT_SUCCESS; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor