Free memory in clusterLoadConfig error handler

Closes #1327
This commit is contained in:
SungBin_Hong
2014-08-26 10:41:02 +02:00
committed by antirez
parent 194b0525da
commit 987127c6e7
+1
View File
@@ -284,6 +284,7 @@ int clusterLoadConfig(char *filename) {
fmterr:
redisLog(REDIS_WARNING,
"Unrecoverable error: corrupted cluster config file.");
zfree(line);
fclose(fp);
exit(1);
}