|
From: Luiz A. D. de L. <lui...@gm...> - 2011-07-18 05:44:34
|
Hello, Here goes the patch git://github.com/luizluca/file-sync-luizluca.git bug-env_not_used bug_double-random bugs-fixed (both previous fixes) BTW, file-sync uses glist instead of osync_list. If glibc is already a dependency, why opensync need osync_list? Is one of them "legacy"? --- Luiz Angelo Daros de Luca, Me. lui...@gm... 2011/7/18 Luiz Angelo Daros de Luca <lui...@gm...> > Maybe not that much safe. :-) If I remove it, I will introduce a new memory > leak. The sink data will never get freed on plugin_destroy. So, currently, > there is this memory leak. > > > --- > Luiz Angelo Daros de Luca, Me. > lui...@gm... > > > 2011/7/17 Chris Frey <cd...@fo...> > >> On Sun, Jul 17, 2011 at 09:28:36PM -0300, Luiz Angelo Daros de Luca wrote: >> > osync_filesync_report_dir and the get_changes are sink stuff and >> receives >> > the sink data, not the plugin data. The env (plugindata) is only >> referenced >> > in initialize and finalize. However, as the first does not fill it, it >> is >> > useless for finalize. >> >> Yeah. I don't think *directories is used anywhere at all, >> so it's probably safe to remove. >> >> - Chris >> >> >> >> ------------------------------------------------------------------------------ >> AppSumo Presents a FREE Video for the SourceForge Community by Eric >> Ries, the creator of the Lean Startup Methodology on "Lean Startup >> Secrets Revealed." This video shows you how to validate your ideas, >> optimize your ideas and identify your business strategy. >> http://p.sf.net/sfu/appsumosfdev2dev >> _______________________________________________ >> Opensync-devel mailing list >> Ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensync-devel >> > > |