Plug an insignificant memoryleak.
Submitted by: Pawel Jakub Dawidek <nick@garage.freebsd.pl>
This commit is contained in:
parent
752e0f0196
commit
f5b3481451
@ -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…
x
Reference in New Issue
Block a user