| Index: openssl/crypto/objects/o_names.c
|
| ===================================================================
|
| --- openssl/crypto/objects/o_names.c (revision 232952)
|
| +++ openssl/crypto/objects/o_names.c (working copy)
|
| @@ -350,13 +350,9 @@
|
|
|
| void OBJ_NAME_cleanup(int type)
|
| {
|
| - unsigned long down_load;
|
| -
|
| if (names_lh == NULL) return;
|
|
|
| free_type=type;
|
| - down_load=lh_OBJ_NAME_down_load(names_lh);
|
| - lh_OBJ_NAME_down_load(names_lh)=0;
|
|
|
| lh_OBJ_NAME_doall(names_lh,LHASH_DOALL_FN(names_lh_free));
|
| if (type < 0)
|
| @@ -366,7 +362,5 @@
|
| names_lh=NULL;
|
| name_funcs_stack = NULL;
|
| }
|
| - else
|
| - lh_OBJ_NAME_down_load(names_lh)=down_load;
|
| }
|
|
|
|
|