Skip to content
Snippets Groups Projects
sig_pri.c 295 KiB
Newer Older
  • Learn to ignore specific revisions
  • /*!
     * \brief Unload the sig_pri submodule.
     * \since 1.8
     *
     * \return Nothing
     */
    void sig_pri_unload(void)
    {
    #if defined(HAVE_PRI_CCSS)
    	if (sig_pri_cc_monitors) {
    		ao2_ref(sig_pri_cc_monitors, -1);
    		sig_pri_cc_monitors = NULL;
    
    #endif	/* defined(HAVE_PRI_CCSS) */