Index: apps/app_rpt.c =================================================================== --- apps/app_rpt.c (revision 130698) +++ apps/app_rpt.c (working copy) @@ -14741,11 +14741,11 @@ astman_append(s, "RemOffset: %c\r\n", offsetc); if(rxplon && rxpl){ astman_append(s, "RxPl: %s\r\n",rxpl); - free(rxpl); + ast_free(rxpl); } if(txplon && txpl){ astman_append(s, "TxPl: %s\r\n",txpl); - free(txpl); + ast_free(txpl); } } switch(powerlevel){