@ -1253,6 +1253,8 @@ void LP_free(void *ptr)
break;
mp = 0;
}
if ( mp != freemp )
printf("mp %p != %p\n",mp,freemp);
if ( mp != 0 )
{
portable_mutex_lock(&LP_cJSONmutex);