render icon indicating copy to clipboard operation
render copied to clipboard

Removed execute() to permit deferring bufpool.Put()

Open SlothNinja opened this issue 10 years ago • 0 comments

bufpool.Get() are now paired with deferred bufpool.Put(). Prior code failed to return the buffer to the bufpool in certain cases.

SlothNinja avatar Aug 27 '15 03:08 SlothNinja