]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
sync filter: Fix memory leak.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 4 Jan 2015 02:45:38 +0000 (02:45 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 11 Jan 2015 15:09:06 +0000 (16:09 +0100)
We leaked a struct sync_buddy for every audio file. Freeing the
structure in sync_close_buddy() should close this leak.


No differences found