Browse Source

avoid coredump

git.mgm/mediaproxy-ng/2.0
Richard Fuchs 14 years ago
parent
commit
c2d34a9f1e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      daemon/call.c

+ 2
- 1
daemon/call.c View File

@ -1490,7 +1490,8 @@ err:
goto out;
out:
c->log_info = NULL;
if (c)
c->log_info = NULL;
return ret;
}


Loading…
Cancel
Save