~ubuntu-branches/ubuntu/precise/unity/precise

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/PluginAdapter.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-08-01 19:53:15 UTC
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: james.westby@ubuntu.com-20110801195315-md096dlrswm01ufo
Tags: upstream-4.6.0
ImportĀ upstreamĀ versionĀ 4.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
612
612
  {
613
613
    win_wmclass = classHint.res_class;
614
614
    XFree(classHint.res_class);
 
615
    
 
616
    if (classHint.res_name)
 
617
      XFree(classHint.res_name);
615
618
  }
616
619
  else
617
620
    return;