Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
rarian
rarian-no-info.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rarian-no-info.patch of Package rarian
Index: rarian-0.8.1/librarian/rarian-info.c =================================================================== --- rarian-0.8.1.orig/librarian/rarian-info.c +++ rarian-0.8.1/librarian/rarian-info.c @@ -507,12 +507,16 @@ process_info_dir (const char *dir) /* Blank line, ignore */ } } - if (process_check_file()) { - process_add_entry (); - } else { - free_entry (current_entry); + + if (current_entry) { + if (process_check_file()) { + process_add_entry (); + } else { + free_entry (current_entry); + } + current_entry = NULL; } - current_entry = NULL; + free (line); fclose(fp); free (filename);
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