~unity-team/compiz/trunk.fix_invisible_window_again

« back to all changes in this revision

Viewing changes to plugins/grid/src/grid.cpp

  • Committer: David Barth
  • Date: 2011-04-11 09:41:49 UTC
  • mfrom: (2744.1.1 trunk)
  • Revision ID: david.barth@canonical.com-20110411094149-iy6sgqontvpzbape
fixes memory management issues introduced by recent changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
966
966
GridWindow::doResize (unsigned int mask, XWindowChanges *xwc)
967
967
{
968
968
    window->configureXWindow (mask, xwc);
969
 
    delete xwc;
 
969
    free (xwc);
970
970
    return false;
971
971
}
972
972