2
0
forked from Ivasoft/DSView
This commit is contained in:
dreamsourcelabTAI
2021-11-16 15:49:26 +08:00
parent 4185466401
commit 264f57fe95
5 changed files with 60 additions and 4 deletions

View File

@@ -480,7 +480,7 @@ void DecoderStack::decode_data(const uint64_t decode_start, const uint64_t decod
uint64_t entry_cnt = 0;
uint64_t i = decode_start;
char *error = NULL;
char *error = NULL;
if( i >= decode_end){
qDebug()<<"decode data index have been end:"<<i;
@@ -542,6 +542,8 @@ void DecoderStack::decode_data(const uint64_t decode_start, const uint64_t decod
entry_cnt++;
}
qDebug()<<"send to decoder times:"<<entry_cnt;
if (error)
g_free(error);