xcb_connect_to_display_with_auth_info: Fix memory leak
authorPauli Nieminen <ext-pauli.nieminen@nokia.com>
Fri, 11 Jun 2010 13:30:47 +0000 (16:30 +0300)
committerPeter Harris <pharris@opentext.com>
Tue, 15 Jun 2010 17:16:45 +0000 (13:16 -0400)
commitde3cdad87a341c238c544425f4dd574b19c58ae3
treeea53affebadedecc3fa4e304a273fdb8a617d0f7
parent18718d483e0982c779a61c71176fb0e64f850015
xcb_connect_to_display_with_auth_info: Fix memory leak

protocol and host are allocated in _xcb_parse_display but ownership of
them is passed to the caller. They have to be freed in
xcb_connect_to_display_with_auth_info.

Signed-off-by: Pauli Nieminen <ext-pauli.nieminen@nokia.com>
Signed-off-by: Peter Harris <pharris@opentext.com>
src/xcb_util.c