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;
}
https://github.com/kamailio/kamailio/pull/268
—
Reply to this email directly or view it on GitHub.