mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 06:41:59 +01:00
added a missing close()
This commit is contained in:
parent
f356574ea5
commit
85179ae360
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user