Skip to content

Example code that shows wee_alloc leaking on PNG compression/decompression.

Notifications You must be signed in to change notification settings

stephanemagnenat/wee_alloc_leak_png

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

This test code, in a loop, generates a random PNG, compresses it, decompresses it, and validates it. Using the default Rust allocator the memory is stable, using wee_alloc, it leaks.

About

Example code that shows wee_alloc leaking on PNG compression/decompression.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages