Skip to content
Snippets Groups Projects
Commit 18e75e89 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#3667] Fix memset in mainbuffer

parent 6a050161
No related branches found
No related tags found
No related merge requests found
......@@ -397,7 +397,7 @@ int MainBuffer::getData (void *buffer, int toCopy, unsigned short volume, CallID
return 0;
} else {
memset(buffer, 0, nbSmplToCopy*sizeof(SFLDataFormat*));
memset(buffer, 0, nbSmplToCopy*sizeof(SFLDataFormat));
int size = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment