-
Notifications
You must be signed in to change notification settings - Fork 94
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
f5161dd
commit 0ae1da8
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