diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs-module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs-module.c b/src/emacs-module.c index c5e56b1344c..ba996982604 100644 --- a/src/emacs-module.c +++ b/src/emacs-module.c | |||
| @@ -328,7 +328,7 @@ module_free_global_ref (emacs_env *env, emacs_value ref) | |||
| 328 | set_hash_value_slot (h, i, value); | 328 | set_hash_value_slot (h, i, value); |
| 329 | } | 329 | } |
| 330 | else | 330 | else |
| 331 | hash_remove_from_table (h, value); | 331 | hash_remove_from_table (h, obj); |
| 332 | } | 332 | } |
| 333 | 333 | ||
| 334 | if (module_assertions) | 334 | if (module_assertions) |