1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

fixed memory leak

This commit is contained in:
Yann Collet
2016-09-15 17:00:02 +02:00
parent 644a8da88a
commit 3e47dbcc8c
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
/*-************************************
* Includes
* Dependencies
**************************************/
#include "util.h" /* Compiler options */
#include <stdio.h> /* fprintf, stderr */