Skip to content
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

split h/c file - and fix compile errors on non-c99 compilers #4

Merged
merged 2 commits into from
Apr 21, 2015

Conversation

hjanuschka
Copy link
Contributor

not sure - if you want to take it - but i needed the c/h file seperation in a larger project.
(mainly coz of note: previous definition of 'progress_free' was here and so on)

also fixes a few non-c99 compiler warnings

@hjanuschka
Copy link
Contributor Author

ohhh i see #2 maybe closed after merging his one?

@hjanuschka
Copy link
Contributor Author

also add's travis and coverity integration - and fixes outstanding memory leaks
verified with coverity - and tested with

valgrind --leak-check=full ./test-progress

==17595== HEAP SUMMARY:
==17595==     in use at exit: 0 bytes in 0 blocks
==17595==   total heap usage: 180 allocs, 180 frees, 18,464 bytes allocated
==17595== 
==17595== All heap blocks were freed -- no leaks are possible

* fix outstanding defects aka memleaks
jwerle added a commit that referenced this pull request Apr 21, 2015
split h/c file - and fix compile errors on non-c99 compilers
@jwerle jwerle merged commit 9349b97 into jwerle:master Apr 21, 2015
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.

None yet

3 participants