]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commit40afd4dc544c8405b5eabcc4222692d357ddf48e
tree3930ce613fa6a3296ed36ba2fda51a838e2f8137
parent32a81d7eecfa5c8585d7095631ff2cd8b7b1bf7a
sync filter: Fix memory leak.

We leaked a struct sync_buddy for every audio file. Freeing the
structure in sync_close_buddy() should close this leak.
sync_filter.c