diff options
| -rw-r--r-- | dlfcn.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -75,6 +75,7 @@ static void global_add( HMODULE hModule ) | |||
| 75 | return; | 75 | return; |
| 76 | 76 | ||
| 77 | pobject->next = nobject; | 77 | pobject->next = nobject; |
| 78 | nobject->next = NULL; | ||
| 78 | nobject->previous = pobject; | 79 | nobject->previous = pobject; |
| 79 | nobject->hModule = hModule; | 80 | nobject->hModule = hModule; |
| 80 | } | 81 | } |
