changed scope to avoid errors
This commit is contained in:
parent
7d2b5613b4
commit
3a6856edca
@ -1316,7 +1316,7 @@ static size_t testDecodeWithDict(U32 seed, size_t dictSize)
|
||||
goto dictTestCleanup;
|
||||
}
|
||||
}
|
||||
|
||||
{
|
||||
frame_t fr;
|
||||
{
|
||||
size_t dictContentSize = dictSize-dictSize/4;
|
||||
@ -1342,6 +1342,7 @@ static size_t testDecodeWithDict(U32 seed, size_t dictSize)
|
||||
goto dictTestCleanup;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dictTestCleanup:
|
||||
free(fullDict);
|
||||
|
Loading…
Reference in New Issue
Block a user