<div dir="ltr">Hi Daniel,<div><br></div><div>presence seems to share the db connection on the clean functions.</div><div>this leads to messages like</div><div><br></div><div>[dbt_base.c:150]: dbt_free_result(): unable to free internal structure<br></div><div><br></div><div>here is mod_init of in presence.c</div><div><div><span class="" style="white-space:pre">    </span>if(clean_period>0)</div><div><span class="" style="white-space:pre">      </span>{</div><div><span class="" style="white-space:pre">          </span>register_timer(msg_presentity_clean, 0, clean_period);</div><div><span class="" style="white-space:pre">             </span>register_timer(msg_watchers_clean, 0, clean_period);</div><div><span class="" style="white-space:pre">       </span>}</div></div><div><br></div><div><br></div><div>i included a updated patch tested against master.</div><div>please consider including it.</div><div><br></div><div>Best</div><div><br></div></div>