Skip to content

Commit

Permalink
Fix segmentation fault on discovery server (#2033)
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
  • Loading branch information
richiware authored Jul 2, 2021
1 parent 57ed258 commit 279a776
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ bool DSClientEvent::event()

// Iterate over remote servers to check for new unmatched servers
ParticipantProxyData* part_proxy_data;
std::unique_lock<std::recursive_mutex> lock(*mp_PDP->getMutex());
for (auto server: mp_PDP->remote_server_attributes())
{
// Get the participant proxy data of the server
Expand Down

0 comments on commit 279a776

Please sign in to comment.