Skip to content
Snippets Groups Projects
Commit 7e3d0c9c authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Jean-Baptiste Kempf
Browse files

qt: fix uninitialized pointer access

parent ab144dbc
No related branches found
No related tags found
1 merge request!4003qt: CWE-824: Access of Uninitialized Pointer
Pipeline #370122 passed with stage
in 20 minutes and 7 seconds
......@@ -489,7 +489,7 @@ private:
QSignalMapper *menusAudioMapper; //used by VLCMenuBar
/* updateArt gui request */
struct vlc_metadata_cbs input_preparser_cbs;
struct vlc_metadata_cbs input_preparser_cbs {};
static void onArtFetchEnded_callback(input_item_t *, bool fetched, void *userdata);
void onArtFetchEnded(input_item_t *, bool fetched);
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment