mirror of
https://github.com/glfw/glfw.git
synced 2025-04-04 21:15:07 +00:00
Wayland: Cleanup
This commit is contained in:
parent
64906f8e64
commit
b35641f4a3
1 changed files with 7 additions and 5 deletions
|
@ -2042,15 +2042,17 @@ static void dataDeviceHandleDrop(void* userData,
|
|||
int count;
|
||||
char** paths = _glfwParseUriList(string, &count);
|
||||
if (paths)
|
||||
{
|
||||
_glfwInputDrop(_glfw.wl.dragFocus, count, (const char**) paths);
|
||||
|
||||
for (int i = 0; i < count; i++)
|
||||
_glfw_free(paths[i]);
|
||||
for (int i = 0; i < count; i++)
|
||||
_glfw_free(paths[i]);
|
||||
|
||||
_glfw_free(paths);
|
||||
_glfw_free(paths);
|
||||
}
|
||||
|
||||
_glfw_free(string);
|
||||
}
|
||||
|
||||
_glfw_free(string);
|
||||
}
|
||||
|
||||
static void dataDeviceHandleSelection(void* userData,
|
||||
|
|
Loading…
Add table
Reference in a new issue