2009-07-26 Miguel de Icaza <miguel@novell.com>
[mono.git] / mono / metadata / image.c
index 0754709a167785c3078817ba39423558b5703572..47e85ea3690f288ec47d69d71eecf955f1c90f19 100644 (file)
@@ -1538,7 +1538,6 @@ mono_image_close (MonoImage *image)
        free_hash (image->castclass_cache);
        free_hash (image->proxy_isinst_cache);
        free_hash (image->thunk_invoke_cache);
-       free_hash (image->static_rgctx_invoke_cache);
 
        /* The ownership of signatures is not well defined */
        //g_hash_table_foreach (image->memberref_signatures, free_mr_signatures, NULL);