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

Update _example/mod_regexp to remove memory leak in regexp_func #1023

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

Conversation

Binary-Eater
Copy link

@Binary-Eater Binary-Eater commented Mar 18, 2022

Valgrind report before the change.
==13662== LEAK SUMMARY:
==13662==    definitely lost: 87 bytes in 1 blocks
==13662==    indirectly lost: 0 bytes in 0 blocks
==13662==      possibly lost: 1,152 bytes in 4 blocks
==13662==    still reachable: 0 bytes in 0 blocks
==13662==         suppressed: 0 bytes in 0 blocks
Valgrind report after the change.
==10847== LEAK SUMMARY:
==10847==    definitely lost: 0 bytes in 0 blocks
==10847==    indirectly lost: 0 bytes in 0 blocks
==10847==      possibly lost: 1,152 bytes in 4 blocks
==10847==    still reachable: 0 bytes in 0 blocks
==10847==         suppressed: 0 bytes in 0 blocks

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

1 participant