aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fuzz/fuzzshark.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/fuzz/fuzzshark.c b/fuzz/fuzzshark.c
index f7cefd98d0..17dcb8315e 100644
--- a/fuzz/fuzzshark.c
+++ b/fuzz/fuzzshark.c
@@ -250,8 +250,10 @@ fuzz_init(int argc _U_, char **argv)
* Attempt to get the pathname of the executable file.
*/
init_progfile_dir_error = init_progfile_dir(argv[0]);
- if (init_progfile_dir_error != NULL)
+ if (init_progfile_dir_error != NULL) {
fprintf(stderr, "fuzzshark: Can't get pathname of oss-fuzzshark program: %s.\n", init_progfile_dir_error);
+ g_free(init_progfile_dir_error);
+ }
/* Initialize the version information. */
ws_init_version_info("OSS Fuzzshark (Wireshark)", NULL,