Plug an insignificant memoryleak.

Submitted by:	Pawel Jakub Dawidek <nick@garage.freebsd.pl>
This commit is contained in:
phk 2004-01-23 20:40:25 +00:00
parent 712a3d18ad
commit 7782df8c6c

View File

@ -194,6 +194,9 @@ g_modevent(module_t mod, int type, void *data)
}
g_free(hh);
break;
default:
g_free(hh);
break;
}
return (error);
}