_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)
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>

No differences found