You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/patches/crash_smdi-14561.patch

14 lines
289 B

--- res/res_smdi.c (revisión: 198310)
+++ res/res_smdi.c (revisión: 198311)
@@ -309,8 +309,10 @@
switch (type) {
case SMDI_MWI:
ASTOBJ_UNREF(mwi_msg, ast_smdi_mwi_message_destroy);
+ break;
case SMDI_MD:
ASTOBJ_UNREF(md_msg, ast_smdi_md_message_destroy);
+ break;
}
}