remove invalid free. - fixes crash with generic midi surface
authorRobin Gareus <robin@gareus.org>
Sat, 12 Dec 2015 13:52:35 +0000 (14:52 +0100)
committerRobin Gareus <robin@gareus.org>
Sat, 12 Dec 2015 13:52:35 +0000 (14:52 +0100)
commit6a1799f095acd808acefe1684904a86be568ae39
treebc0c8092abbcab4c60266ab27b3107e4db721655
parentdac57703ccd7205ac94c14b407b802a69f4187f1
remove invalid free. - fixes crash with generic midi surface

if there is a per_thread_request_buffer,  get_request() simply puts a
POD RequestType on the ringbuffer's head.  send_request() increases
the write-pointer.  There is no memory to free.
libs/pbd/pbd/abstract_ui.cc