~compiz-team/compiz-core/oneiric.force_output_detection

« back to all changes in this revision

Viewing changes to unity/unity_window_decorator/src/switcher.c

  • Committer: Sam Spilsbury
  • Date: 2011-08-23 10:40:29 UTC
  • Revision ID: sam.spilsbury@canonical.com-20110823104029-zhbpf8gtiiwf2pzh
Fix leak

Show diffs side-by-side

added added

removed removed

Lines of Context:
433
433
    switcher_width  = width;
434
434
    switcher_height = height;
435
435
 
436
 
    g_object_ref (G_OBJECT (pixmap));
437
 
    g_object_ref (G_OBJECT (buffer_pixmap));
438
 
 
439
436
    d->pixmap        = pixmap;
440
437
    d->buffer_pixmap = buffer_pixmap;
441
438
    d->cr            = gdk_cairo_create (pixmap);