[Spice-devel] [PATCH 1/3] Fix global resources cleanup

2010-07-12 Thread Yonit Halperin
--- display/res.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/display/res.c b/display/res.c index 05bc9e6..c769aeb 100644 --- a/display/res.c +++ b/display/res.c @@ -322,7 +322,7 @@ void CleanGlobalRes() { UINT32 i; -if (!global_res) { +if (global_res)

[Spice-devel] [PATCH 1/3] Fix global resources cleanup

2010-07-12 Thread Yonit Halperin
--- display/res.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/display/res.c b/display/res.c index 05bc9e6..c769aeb 100644 --- a/display/res.c +++ b/display/res.c @@ -322,7 +322,7 @@ void CleanGlobalRes() { UINT32 i; -if (!global_res) { +if (global_res)