diff --git a/core/AmSdp.h b/core/AmSdp.h index 4771365c..277cafec 100644 --- a/core/AmSdp.h +++ b/core/AmSdp.h @@ -88,7 +88,7 @@ struct SdpOrigin __uint128_t sessV; SdpConnection conn; - SdpOrigin() : user(), conn() {} + SdpOrigin() : user(), conn(), sessId(0), sessV(0) {} SdpOrigin(const SdpOrigin& other) : user(other.user), sessId(other.sessId), sessV(other.sessV),