Memory Leak when passing transferable object

Discuss building things with or for the Mozilla Platform.
Post Reply
mathlover
Posts: 2
Joined: July 1st, 2013, 1:41 am

Memory Leak when passing transferable object

Post by mathlover »

Hi,
I was using web worker to run a h.264 decoder. I used postMessage to pass the decoded picture back to UI thread.
If I use the transfer the ownership, the firefox's memory grows continuously. However, If I use the structure copied way, there is no such enonphenomenon.
Is this a bug of firefox ?
User avatar
LoudNoise
New Member
Posts: 39900
Joined: October 18th, 2007, 1:45 pm
Location: Next door to the west

Re: Memory Leak when passing transferable object

Post by LoudNoise »

Moving to Mozilla Dev.
Post wrangler
"Choose between the Food Select Feature or other Functions. If no food or function is chosen, Toast is the default."
Post Reply