8000 Merge pull request #8 from vchandla/patch-1 · g-coder/midikit@b8a4a49 · GitHub
[go: up one dir, main page]

Skip to content

Commit b8a4a49

Browse files
committed
Merge pull request jpommerening#8 from vchandla/patch-1
Update rtp.c
2 parents 44149a3 + b50e0f1 commit b8a4a49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver/common/rtp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ void RTPSessionDestroy( struct RTPSession * session ) {
482482
}
483483
}
484484
free( session->buffer );
485+
close( session->socket );
485486
free( session );
486487
}
487488

0 commit comments

Comments
 (0)
0