Re: Encoding problem of attachment file names
| Newsgroups | gmane.mail.blat |
|---|---|
| Message-ID | <[email protected]> |
I tried to use the -af option but now get an access violation in connection_list::~connection_list which is due the fact the connection_list::data is not initialized to nullptr in connection_list::connection_list. Cppcheck also warns about it: gensock.cpp: line 1049: Member variable 'connection_list::data' is not initialized in the constructor.