12 Feb
2024
12 Feb
'24
10:58 a.m.
Jinoh Kang (@iamahuman) commented about server/mapping.c:
if (root) release_object( root ); }
+static struct mapping *open_object_mapping( obj_handle_t handle, struct unicode_str *name )
```suggestion:-0+0 static struct mapping *open_object_mapping( obj_handle_t handle, const struct unicode_str *name ) ``` nit, for consistency with `open_object` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3103#note_60850