This commit is contained in:
holger krekel
2019-09-09 18:43:03 +02:00
parent 77c9746be5
commit 2b257e3d0d

View File

@@ -2025,7 +2025,7 @@ pub unsafe extern "C" fn dc_msg_get_filemime(msg: *mut dc_msg_t) -> *mut libc::c
}
let msg = &*msg;
message::dc_msg_get_filemime(msg)
message::dc_msg_get_filemime(msg).strdup()
}
#[no_mangle]