Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323706
b: refs/heads/master
c: 2708bf3
h: refs/heads/master
v: v3
  • Loading branch information
Namhyung Kim authored and Arnaldo Carvalho de Melo committed Aug 20, 2012
1 parent 7ef0495 commit 0358572
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: db146f06ac0bbea63271b6c78f4341ee46843e10
refs/heads/master: 2708bf3a30b7bfa02d60a3f03603b6b92d093f1a
2 changes: 2 additions & 0 deletions trunk/tools/perf/ui/gtk/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ int perf_gtk__init(void)

void perf_gtk__exit(bool wait_for_ok __used)
{
if (!perf_gtk__is_active_context(pgctx))
return;
perf_error__unregister(&perf_gtk_eops);
gtk_main_quit();
}

0 comments on commit 0358572

Please sign in to comment.