liubing

Results 2 comments of liubing

`calloc(sizeof(RTCMmessageList_t), 1)` should be `calloc(1, sizeof(RTCMmessageList_t))`

I think this commit 6d51490576ef219f3bc6dda3baecc3a9efe49dd5 fixed your problem.