Skip to content

Conversation

@bobhairgrove
Copy link

Changed argument of print_version to const char* in version.h and version.c;
Eliminated goto statements;
Added code in many places to free allocated memory where necessary;
Added calls to regfree and pcre_free in csvgrep.c;
Added checks so as to avoid calling fclose on stdin/stdout;
Added (void) casts to avoid warnings about arguments/variables not used.

…sion.c;

Eliminated "goto" statements;
Added code in many places to free allocated memory where necessary;
Added calls to regfree and/or pcre_free in csvgrep.c
Added checks so as to avoid calling fclose on stdin/stdout
Added (void) casts to avoid warnings about variables not used
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant