Commit 5349cf2f authored by Scott Vokes's avatar Scott Vokes
Browse files

Don't assert(false) if a response arrives post timeout.

It's just a reminder to updated the unexpected message callback to free
those protobufs.
parent 7fd01b4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -898,7 +898,7 @@ static void release_rx_info(struct listener *l, rx_info_t *info) {
             * but the listener never got the handler callback. */
            BUS_LOG_SNPRINTF(b, 0, LOG_LISTENER, b->udata, 128,
                "LEAKING RESULT %p", (void *)&info->u.hold.result);
            assert(false);
            //assert(false);
        }
        break;
    case RIS_EXPECT: