summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0cf129a)
raw | patch | inline | side by side (parent: 0cf129a)
author | fgsfds <pvt.fgsfds@gmail.com> | |
Mon, 2 Sep 2019 19:15:08 +0000 (22:15 +0300) | ||
committer | fgsfds <pvt.fgsfds@gmail.com> | |
Mon, 2 Sep 2019 19:15:08 +0000 (22:15 +0300) |
src/engine/e_sound_al.inc | patch | blob | history |
index aa843dfba137b59c736efbd1a9537c69571e95c8..04305b61ec0b4ce522dd4dfd99f9f594267d44a4 100644 (file)
e_SoundsArray[find_id].Loader := Loader;
end;
- // the calling side won't free this, the loader will get a copy, so fuck it
- FreeMem(pData);
ID := find_id;
Result := True;
end;