ODataBool objects not properly released
description
The generated code files, depending on the input data, may output source that contains ODataBool objects. These objects, which inherit from NSObject, should be released and set = nil in the dealloc method.