diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index a013937d4e67712ea7513c9c1681d8296ce1084f..54410c35fb97617f6f11a150387c131e7c08e9c6 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -2379,7 +2379,7 @@ static int ourport_tcp;				/*!< The port used for TCP connections */
 static int ourport_tls;				/*!< The port used for TCP/TLS connections */
 static struct sockaddr_in debugaddr;
 
-static struct ast_config *notify_types;		/*!< The list of manual NOTIFY types we know how to send */
+static struct ast_config *notify_types = NULL;		/*!< The list of manual NOTIFY types we know how to send */
 
 /*! some list management macros. */