Free memory in clusterLoadConfig error handler

Closes #1327
This commit is contained in:
SungBin_Hong
2014-08-08 14:40:32 +02:00
committed by antirez
parent af62d9a687
commit dec58464d8
+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);
}