mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb-errors.git
synced 2026-05-05 02:58:07 +02:00
Fix memory leak in xcb_errors_context_new()
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
c851709f01
commit
4b6a0d480c
1 changed files with 1 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ int xcb_errors_context_new(xcb_connection_t *conn, xcb_errors_context_t **c)
|
|||
xcb_str_next(&iter);
|
||||
}
|
||||
|
||||
free(reply);
|
||||
return 0;
|
||||
|
||||
error_out:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue