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

Warnings and memory leaks #2

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

Warnings and memory leaks #2

wants to merge 1 commit into from

Conversation

reicrof
Copy link

@reicrof reicrof commented May 21, 2015

Hey !
FIrst of all, thanks for your code, it has been working well for the few tests I made.
I don't know if it still relevant to you but I had 2 minor issues when using your b2separator. First, there were warnings on some type conversions so I explicitly casted them to allow for a warning free compilation. Second, I've noticed there were some memory leaks here and there, so I added the delete.
Thats all !
Cheers
Charles.

@delorenj
Copy link
Owner

awesome! thanks!

It's neat to see someone using making use of (and fixing) my code =)

On Thu, May 21, 2015 at 10:34 AM, reicrof [email protected] wrote:

Hey !
FIrst of all, thanks for your code, it has been working well for the few
tests I made.
I don't know if it still relevant to you but I had 2 minor issues when
using your b2separator. First, there were warnings on some type conversions
so I explicitly casted them to allow for a warning free compilation.
Second, I've noticed there were some memory leaks here and there, so I
added the delete.
Thats all !
Cheers

Charles.

You can view, comment on, or merge this pull request online at:

#2
Commit Summary

  • Fixed conversion types warning by casting them into their respective
    types.

File Changes

Patch Links:


Reply to this email directly or view it on GitHub
#2.

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.

2 participants