nschlia / ffmpegfs

FUSE-based transcoding filesystem with video support from many formats to FLAC, MP4, TS, WebM, OGG, MP3, HLS, and others.
https://nschlia.github.io/ffmpegfs/
GNU General Public License v3.0
198 stars 14 forks source link

Memory leaks #12

Closed nschlia closed 5 years ago

nschlia commented 5 years ago

If under heavy use, memory fills up after a while. ffmpegfs needs to stopped and restarted. There seems to be a small memory leak.

nschlia commented 5 years ago

Test currently running to confirm fix...

nschlia commented 5 years ago

Problem still exists, leaving this open.

nschlia commented 5 years ago

Added fix for insignificant leak. https://github.com/nschlia/ffmpegfs/commit/47b1ee496a00480241dddcbcc0097a7f9cdacd04

nschlia commented 5 years ago

Testing with last version revealed no more memory leaks.