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

« back to all changes in this revision

Viewing changes to src/QuicklistMenuItemSeparator.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:
175
175
 
176
176
  _normalTexture[0] = nux::GetThreadGLDeviceFactory()->CreateSystemCapableTexture ();
177
177
  _normalTexture[0]->Update (bitmap);
 
178
  delete bitmap;
178
179
 
179
180
  delete _cairoGraphics;
180
181
}