~ubuntu-branches/ubuntu/wily/unity/wily

« back to all changes in this revision

Viewing changes to dash/ResultView.cpp

  • Committer: Andrea Azzarone
  • Date: 2012-05-15 18:54:33 UTC
  • mto: (55.1863.16 unity)
  • mto: This revision was merged to the branch mainline in revision 729.
  • Revision ID: azzaronea@gmail.com-20120515185433-rn023xw052ztpuy4
Adds unit-test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
  {
75
75
    renderer_->Unload(result);
76
76
  }
 
77
 
77
78
  renderer_->UnReference();
78
79
}
79
80