Loading attr.c +10 −10 Original line number Diff line number Diff line Loading @@ -116,15 +116,15 @@ extern int add_pattr(attr_list list, atom_t attr_id, attr_value_type val_type, attr_union value); static void deallocate_global_atom_server() { if (global_as) { atom_server tmp = global_as; global_as = NULL; free_atom_server(tmp); } } /* static void */ /* deallocate_global_atom_server() */ /* { */ /* if (global_as) { */ /* atom_server tmp = global_as; */ /* global_as = NULL; */ /* free_atom_server(tmp); */ /* } */ /* } */ static void Loading @@ -138,7 +138,7 @@ atom_server *asp; if ((asp == &global_as) && first) { first = 0; atexit(deallocate_global_atom_server); // atexit(deallocate_global_atom_server); } } Loading Loading
attr.c +10 −10 Original line number Diff line number Diff line Loading @@ -116,15 +116,15 @@ extern int add_pattr(attr_list list, atom_t attr_id, attr_value_type val_type, attr_union value); static void deallocate_global_atom_server() { if (global_as) { atom_server tmp = global_as; global_as = NULL; free_atom_server(tmp); } } /* static void */ /* deallocate_global_atom_server() */ /* { */ /* if (global_as) { */ /* atom_server tmp = global_as; */ /* global_as = NULL; */ /* free_atom_server(tmp); */ /* } */ /* } */ static void Loading @@ -138,7 +138,7 @@ atom_server *asp; if ((asp == &global_as) && first) { first = 0; atexit(deallocate_global_atom_server); // atexit(deallocate_global_atom_server); } } Loading