fixed freeCDict

dev
Yann Collet 2016-08-01 17:39:06 +02:00
parent 373d4f9070
commit 0b2d682487
1 changed files with 1 additions and 1 deletions

View File

@ -163,6 +163,6 @@ int main(int argc, const char** argv)
free(outFilename);
}
free(dictPtr);
ZSTD_freeCDict(dictPtr);
printf("All %u files compressed. \n", argc-2);
}