~oif-team/geis/utopic

« back to all changes in this revision

Viewing changes to libutouch-geis/backend/xcb/geis_xcb_backend.c

  • Committer: Stephen M. Webb
  • Date: 2011-04-05 22:58:58 UTC
  • mfrom: (132 utouch-geis)
  • mto: This revision was merged to the branch mainline in revision 142.
  • Revision ID: stephen.webb@canonical.com-20110405225858-t42vbufums8kg4k7
Merged main branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
946
946
  XCloseDisplay(be->x11_display);
947
947
unwind_be:
948
948
  free(be);
 
949
  be = NULL;
949
950
final_exit:
950
 
  return &be->base;
 
951
  return be;
951
952
}
952
953
 
953
954