[Red5devs] Memory leakage
Daniel Rossi
spam at electroteque.org
Wed Jun 25 09:53:03 PDT 2008
Is that the cause of it growing ?
On 26/06/2008, at 2:40 AM, hutx wrote:
>
> Recently, I tried to develop an application. However,
> I met a memory leak.
>
> org.red5.server.stream.PlaylistSubscriberStream
> $PlayEngine.sendStartStatus()
> org.red5.server.stream.PlaylistSubscriberStream
> $PlayEngine.sendResetStatus()
> org.red5.server.stream.PlaylistSubscriberStream
> $PlayEngine.sendUnpublishedStatus()
>
> These functions invoke
> org.red5.io.amf.Output.writeString(String str).
>
> The str is put a HashedMap. But no place removes the
> str from HasedMap. Finally, it causes the memory
> leakage.
>
> How to solve it?
> Thanks a lot.
> Sean
>
>
>
>
>
>
>
> _______________________________________________
> Red5devs mailing list
> Red5devs at osflash.org
> http://osflash.org/mailman/listinfo/red5devs_osflash.org
More information about the Red5devs
mailing list