mirror of
https://github.com/openharmony/third_party_libexif.git
synced 2026-07-01 12:47:16 -04:00
@@ -727,8 +727,9 @@ void
|
||||
exif_mnote_data_remove_entry (ExifMnoteData *ne, MnoteHuaweiEntry *e)
|
||||
{
|
||||
ExifMnoteDataHuawei *n = (ExifMnoteDataHuawei *) ne;
|
||||
if(!ne || !is_huawei_md(ne) || !e)
|
||||
if (!ne || !is_huawei_md(ne) || !e) {
|
||||
return;
|
||||
}
|
||||
|
||||
MnoteHuaweiEntry *find_entry = exif_mnote_data_huawei_get_entry_by_tag(n, e->tag);
|
||||
if (find_entry != e || !find_entry) {
|
||||
|
||||
Reference in New Issue
Block a user