Return correct error code from process_server_paint_rect_shmem_ex()
This commit is contained in:
parent
0a6a55b547
commit
e7e4d61265
@ -1236,7 +1236,7 @@ process_server_paint_rect_shmem_ex(struct mod *amod, struct stream *s)
|
|||||||
g_free(lcrects);
|
g_free(lcrects);
|
||||||
g_free(ldrects);
|
g_free(ldrects);
|
||||||
|
|
||||||
return 0;
|
return rv;
|
||||||
}
|
}
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user