Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pua_dialoginfo: fixed crash when loading dialogs from database on restart #492

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion modules/pua_dialoginfo/doc/pua_dialoginfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,20 @@
<affiliation><orgname>IPCom (Module implementation was partly sponsored by Silver Server (www.sil.at))</orgname></affiliation>
</author>
<editor>
<firstname>Klaus </firstname>
<firstname>Klaus</firstname>
<surname>Darilion</surname>
<affiliation><orgname>IPCom</orgname></affiliation>
</editor>
<editor>
<firstname>Phil</firstname>
<surname>Lavin</surname>
<affiliation><orgname>Synety</orgname></affiliation>
</editor>
<editor>
<firstname>Muhammad</firstname>
<surname>Zaka</surname>
<affiliation><orgname>Synety</orgname></affiliation>
</editor>
</authorgroup>
<copyright>
<year>2006</year>
Expand Down
1 change: 0 additions & 1 deletion modules/pua_dialoginfo/pua_dialoginfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,6 @@ __dialog_loaded(struct dlg_cell *dlg, int type, struct dlg_cb_params *_params)
LM_DBG("INVITE dialog loaded: from=%.*s\n", dlg->from_uri.len, dlg->from_uri.s);

dlginfo=get_dialog_data(dlg, type);
if(dlginfo!=NULL) free_dlginfo_cell(dlginfo);
}


Expand Down