Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.2.0
-
None
-
All
Description
In certain circumstances relating to the backend server being unavailable, a good return is made without processing the buffer. However, the buffer is not freed. The caller cannot know to do anything - it appears that readQuery functions are always expected to dispose of the passed buffer. It may be sufficient to simply free the buffer.