X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fsound%2Fsample_openal.cxx;h=6f913bd881f062b316496209de0ca4b2ac36e710;hb=2af37b484ec146346dd848b5d0ba5fa74e307411;hp=705b4d545eceec5c833a2f217476101dda15c283;hpb=faf41f7d9689ea2a99fdb3ae40ac3010a5528187;p=simgear.git diff --git a/simgear/sound/sample_openal.cxx b/simgear/sound/sample_openal.cxx index 705b4d54..6f913bd8 100644 --- a/simgear/sound/sample_openal.cxx +++ b/simgear/sound/sample_openal.cxx @@ -179,8 +179,6 @@ SGSoundSample::SGSoundSample( unsigned char *_data, int len, int _freq ) : throw sg_exception("Failed to buffer data."); } - free(_data); - print_openal_error("constructor return"); }