Skip to content

Commit

Permalink
Merge pull request #306 from prideout/master
Browse files Browse the repository at this point in the history
Use malloc from <stdlib.h>
  • Loading branch information
jarikomppa authored Nov 15, 2021
2 parents 8c62c42 + 32ad889 commit 351f052
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/audiosource/ay/sndbuffer.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <stdlib.h>
#include "sndbuffer.h"
#include "sndrender.h"

#include <memory.h>

SNDBUFFER::SNDBUFFER(unsigned aSize) {
Expand Down

0 comments on commit 351f052

Please sign in to comment.