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

LzopCodec is not compatible with the CodecPool which results in a leak #3

Open
revans2 opened this issue Mar 19, 2013 · 0 comments
Open

Comments

@revans2
Copy link
Contributor

revans2 commented Mar 19, 2013

The LzopCodec is inherits from LzoCodec, but does not override getDecompressorType and getCompressorType. Because these return different types than createCompressor and createDecompressor it is unable to find the cached versions and creates a new one each time.

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

No branches or pull requests

1 participant