_xcb_parse_display: Fix error path
authorPauli Nieminen <ext-pauli.nieminen@nokia.com>
Fri, 11 Jun 2010 13:30:46 +0000 (16:30 +0300)
committerPeter Harris <pharris@opentext.com>
Tue, 15 Jun 2010 17:16:45 +0000 (13:16 -0400)
commit18718d483e0982c779a61c71176fb0e64f850015
tree1d3cac5be8ce72abb42ae3622f4d992e7b4910a8
parent3f79628becbd3b0eff1aef804902eb739fac4403
_xcb_parse_display: Fix error path

xcb_parse_display claims that there is no side effects when failing.
That requires _xcb_parse_display to free the memory in failure case.

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