NULL payload buffer in dl_harq in the constructor

This commit is contained in:
Ismael Gomez 2018-03-05 15:16:21 +01:00
parent 23f3086669
commit b8b39d6d1b
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ private:
is_initiated = false;
ack = false;
bzero(&cur_grant, sizeof(Tgrant));
payload_buffer_ptr = NULL;
pthread_mutex_init(&mutex, NULL);
}