added a missing close()

This commit is contained in:
SJ 2014-05-06 10:22:29 +02:00
parent f356574ea5
commit 85179ae360

View File

@ -262,6 +262,7 @@ int process_message(struct session_data *sdata, struct _state *state, struct __d
remove_stripped_attachments(state); remove_stripped_attachments(state);
return ERR_EXISTS; return ERR_EXISTS;
} }
close(fd);
/* store base64 encoded file attachments */ /* store base64 encoded file attachments */