Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LARN
PRRT
Commits
1efe7ded
Commit
1efe7ded
authored
Oct 18, 2018
by
Andreas Schmidt
Browse files
Receiver does not cleanup packetDeliveryStoe.
parent
9f257c9d
Pipeline
#3146
passed with stages
in 1 minute and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
prrt/proto/stores/packetDeliveryStore.c
View file @
1efe7ded
...
...
@@ -122,8 +122,6 @@ PrrtPacket *PrrtPacketDeliveryStore_get_packet_wait(PrrtPacketDeliveryStore *sto
PrrtPacket
*
PrrtPacketDeliveryStore_get_packet
(
PrrtPacketDeliveryStore
*
store
,
prrtTimestamp_t
start
,
prrtTimestamp_t
stop
)
{
PrrtPacket
*
packet
=
NULL
;
PrrtPacketDeliveryStore_cleanup
(
store
,
PrrtClock_get_current_time_us
());
check
(
pthread_mutex_lock
(
&
store
->
lock
)
==
EXIT_SUCCESS
,
"Lock failed."
);
if
(
start
>
stop
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment