c
   if (mcam->counters.bmap != NULL) { 
       kfree(mcam->counters.bmap);
       mcam->counters.bmap = NULL; 
   }
