Re: [PATCH 30/31] Sync: Destroy system counters on reset

2011-12-06 Thread Peter Hutterer
On Fri, Dec 02, 2011 at 11:31:36AM +, Daniel Stone wrote: When resetting the extension, make sure we also destroy the system counters we created at ExtensionInit time as well. Signed-off-by: Daniel Stone dan...@fooishbar.org Reviewed-by: Peter Hutterer peter.hutte...@who-t.net ---

[PATCH 30/31] Sync: Destroy system counters on reset

2011-12-02 Thread Daniel Stone
When resetting the extension, make sure we also destroy the system counters we created at ExtensionInit time as well. Signed-off-by: Daniel Stone dan...@fooishbar.org --- Xext/sync.c | 20 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/Xext/sync.c