Plug an insignificant memoryleak.
Submitted by: Pawel Jakub Dawidek <nick@garage.freebsd.pl>
This commit is contained in:
parent
712a3d18ad
commit
7782df8c6c
@ -194,6 +194,9 @@ g_modevent(module_t mod, int type, void *data)
|
||||
}
|
||||
g_free(hh);
|
||||
break;
|
||||
default:
|
||||
g_free(hh);
|
||||
break;
|
||||
}
|
||||
return (error);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user