-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Wireshark functions `proto_all_finfos()` and `proto_find_finfo()` return `GPtrArray` pointers which must be freed when no longer in use. (This is poorly documented in Wireshark but that will be addressed.) Free the results of these function calls to prevent memory leaks.
- Loading branch information
1 parent
a0b8a3e
commit 655d373
Showing
1 changed file
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters