Skip to content

Commit

Permalink
capicxx-someip-runtime 3.1.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
juergengehring committed Jan 25, 2018
1 parent 64cbeec commit 41af704
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CommonAPI/SomeIP/Connection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,9 @@ void Connection::cleanup() {
std::shared_ptr<MsgQueueEntry> msg_queue_entry =
std::make_shared<MsgQueueEntry>(
response, commDirectionType::PROXYRECEIVE);
itsLock.unlock();
watch_->pushQueue(msg_queue_entry);
itsLock.lock();
} else {
try {
itsLock.unlock();
Expand Down

0 comments on commit 41af704

Please sign in to comment.