~canonical-dx-team/unity/unity.fix-ql-losing-focus

« back to all changes in this revision

Viewing changes to src/LauncherIcon.cpp

  • Committer: Neil Jagdish Patel
  • Date: 2011-02-19 14:21:02 UTC
  • mto: This revision was merged to the branch mainline in revision 882.
  • Revision ID: neil.patel@canonical.com-20110219142102-bwh5ihael3ag4obq
plug a million leaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
759
759
 
760
760
  emblem = nux::GetThreadGLDeviceFactory()->CreateSystemCapableTexture ();
761
761
  emblem->Update (bitmap);
 
762
  delete bitmap;
762
763
 
763
764
  SetEmblem (emblem);
764
765