Changeset 680 for trunk/Music.pas


Ignore:
Timestamp:
Jul 26, 2025, 6:17:09 PM (18 hours ago)
Author:
chronos
Message:
  • Fixed: Memory leaks from music player on application termination.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Music.pas

    r677 r680  
    250250  if PlayerIndex1 >= 0 then begin
    251251    Initialize;
     252    uos_EndProc(PlayerIndex1, nil);
    252253    uos_Stop(PlayerIndex1);
    253254  end;
Note: See TracChangeset for help on using the changeset viewer.