Patches item #1655057, was opened at 2007-02-08 11:19 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1655057&group_id=235
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: ncurses Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: PeterTang (petertang) Assigned to: Sadrul Habib Chowdhury (sadrul) Summary: Patch for gaim_status_destroy Initial Comment: void gaim_status_destroy(GaimStatus *status) { g_return_if_fail(status != NULL); if(status->type != NULL) { gaim_status_type_destroy(status->type); } g_hash_table_destroy(status->attr_values); GAIM_DBUS_UNREGISTER_POINTER(status); g_free(status); } Note: I think gaim_status_type_destroy is needed to release status->type ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1655057&group_id=235 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Gaim-patches mailing list Gaim-patches@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gaim-patches