Skip to content

Commit

Permalink
fix issue #22 null pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Clifford committed Jun 13, 2016
1 parent af46198 commit 971c7ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public RtpSender(PipedInputStream encodedData, RtpSession rtpSession,
this.codec = codec;
this.peersHome = peersHome;
this.latch = latch;
this.logger = logger;
isStopped = false;
pushedPackets = Collections.synchronizedList(
new ArrayList<RtpPacket>());
Expand Down

0 comments on commit 971c7ae

Please sign in to comment.