mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Make the MALLOC_DEBUG output for free() useful again. After changing calls to
free to be ast_free, astmm said all calls to free were coming from utils.h git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82628 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -6057,7 +6057,7 @@ static void register_peer_exten(struct iax2_peer *peer, int onoff) | ||||
| 			if (onoff) { | ||||
| 				if (!ast_exists_extension(NULL, regcontext, ext, 1, NULL)) | ||||
| 					ast_add_extension(regcontext, 1, ext, 1, NULL, NULL, | ||||
| 							  "Noop", ast_strdup(peer->name), ast_free, "IAX2"); | ||||
| 							  "Noop", ast_strdup(peer->name), ast_free_ptr, "IAX2"); | ||||
| 			} else | ||||
| 				ast_context_remove_extension(regcontext, ext, 1, NULL); | ||||
| 		} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user