clean memory before use

This commit is contained in:
tth 2019-08-02 01:50:12 +02:00
parent b23ebec4a5
commit d571d05431
1 changed files with 2 additions and 1 deletions

View File

@ -74,6 +74,7 @@ if (NULL==fp) {
return -1;
}
memset(&filehead, 0, sizeof(filehead));
strcpy(filehead.magic, "FIMG");
filehead.w = fimg->width; filehead.h = fimg->height;
filehead.t = fimg->type;