diff --git a/kpatch-build/create-diff-object.c b/kpatch-build/create-diff-object.c index 874d4d0..b04a0bd 100644 --- a/kpatch-build/create-diff-object.c +++ b/kpatch-build/create-diff-object.c @@ -3462,6 +3462,7 @@ int main(int argc, char *argv[]) log_debug("no changed functions were found, but callbacks exist\n"); else { log_debug("no changed functions were found\n"); + free(hint); return EXIT_STATUS_NO_CHANGE; } }