do NOT call ProcessThread::init() **again** inside a freeze op, since this is a stati...
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 16 Jun 2012 02:52:09 +0000 (02:52 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 16 Jun 2012 02:52:09 +0000 (02:52 +0000)
commit5f42daa272e04d603a9e27b8f3a65b2cd9404896
tree37a7201284b197a8f4ffb89c37114f76bccad3eb
parent0ea8ba3f560bd90dfc8e5401d370176d7aa66734
do NOT call ProcessThread::init() **again** inside a freeze op, since this is a static, single-time call that sets up a per-thread (thread-private) storage key. Should fix #4722

git-svn-id: svn://localhost/ardour2/branches/3.0@12736 d708f5d6-7413-0410-9779-e7cbd77b26cf
gtk2_ardour/canvas_patch_change.cc
gtk2_ardour/editor_ops.cc