8000 Patches implemented ... should resolve some open issues. by bobhairgrove · Pull Request #11 · rgamble/csvutils · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Patches implemented ... should resolve some open issues. #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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 c 84A0 alls 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
0