From bb65f0fc2176b2ebf0f1be682008609e8bd2cb0a Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 3 Oct 2012 16:26:24 +0200 Subject: simplified mutex locking idiom by introducing Mutex class (wrapper around SDL_mutex) * can be instantiated * can derive from class Mutex to inherit the lock()/unlock() methods also fixed LayerList destructor --- src/recorder.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/recorder.cpp') diff --git a/src/recorder.cpp b/src/recorder.cpp index 6859f1b..0bd7b23 100644 --- a/src/recorder.cpp +++ b/src/recorder.cpp @@ -126,5 +126,4 @@ Recorder::~Recorder() osc_server.del_method("", "/recorder/stop"); SDL_FFMPEGFREE_SAFE(file); - SDL_DestroyMutex(mutex); } -- cgit v1.2.3