Commit 2b9c7f8b authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

server: Make free_object() static.

parent 131801fc
......@@ -215,7 +215,7 @@ void *alloc_object( const struct object_ops *ops )
}
/* free an object once it has been destroyed */
void free_object( struct object *obj )
static void free_object( struct object *obj )
{
free( obj->sd );
#ifdef DEBUG_OBJECTS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment