Plug an insignificant memoryleak.

Submitted by:	Pawel Jakub Dawidek <nick@garage.freebsd.pl>
This commit is contained in:
Poul-Henning Kamp 2004-01-23 20:40:25 +00:00
parent 752e0f0196
commit f5b3481451

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);
}