Skip to content

Commit a7e2cd1

Browse files
committed
MetaIcy init callback to null
1 parent 33e06dc commit a7e2cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioMetaData/MetaDataICY.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class MetaDataICY : public AbstractMetaData {
143143
protected:
144144
Status nextStatus = ProcessData;
145145
Status currentStatus = ProcessData;
146-
void (*callback)(MetaDataType info, const char* str, int len);
146+
void (*callback)(MetaDataType info, const char* str, int len) = nullptr;
147147
char* metaData=nullptr;
148148
int totalData = 0;
149149
int mp3_blocksize = 0;

0 commit comments

Comments
 (0)