1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 15:23:12 +02:00

Fix crash when unloading (not reloading) module that uses ModData (#4903).

This commit is contained in:
Bram Matthys
2017-03-22 10:51:29 +01:00
parent e6a02003f5
commit fcaa69157b
3 changed files with 57 additions and 15 deletions
-3
View File
@@ -867,9 +867,6 @@ vFP Module_SymX(char *name, Module **mptr)
return NULL;
}
void module_loadall(void)
{
iFP fp;