Skip to content

Commit

Permalink
CommonAPI-SomeIP 3.1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
juergengehring committed Apr 7, 2017
1 parent e3ec247 commit 337e799
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Changes
=======
v3.1.11.3
- Fixed reading empty unions

v3.1.11.2
- Fixed Encoding/Decoding of bit-optimized values
- Fixed event's errorListener was not always called on subscription
Expand Down
1 change: 1 addition & 0 deletions include/CommonAPI/SomeIP/InputStream.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ class InputStream: public CommonAPI::InputStream<InputStream> {
DeleteVisitor<maxSize> visitor(_value.valueStorage_);
ApplyVoidVisitor<DeleteVisitor<maxSize>,
Variant<Types_...>, Types_... >::visit(visitor, _value);
_value.valueType_ = 0;
}

uint32_t itsSize;
Expand Down

0 comments on commit 337e799

Please sign in to comment.