GC gc = XCreateGC(display, window, 0, NULL );
if( gc )
{
    ...
    XFreeGC( display, gc );
}