void reconnect_cb(int fd, short event, void *arg)
...
    if (server->ev != NULL) { /* this was never initializated, so we crash!! */
        event_del(server->ev);
        pkg_free(server->ev);
        server->ev = NULL;
    }

You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/268

Commit Summary

File Changes

Patch Links:


Reply to this email directly or view it on GitHub.