Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileSystem: Don't leak on directory scan cancel #12378

Merged
merged 1 commit into from
Mar 2, 2025

Conversation

TellowKrinkle
Copy link
Member

Description of Changes

Fixes me being dumb in #12359

Rationale behind Changes

Less leaky

Suggested Testing Steps

Make sure scan cancelling still works

@F0bes F0bes merged commit 05e1947 into PCSX2:master Mar 2, 2025
12 checks passed
Hancock33 added a commit to Hancock33/batocera.piboy that referenced this pull request Mar 2, 2025
----------------------------------------------------
pcsx2.mk v2.3.192 # Version: Commits on Mar 02, 2025
----------------------------------------------------
- [FileSystem: Don't leak on directory scan cancel](PCSX2/pcsx2#12378)

-------------------------------------------------------------------------------------
ppsspp.mk 15d844c92568246cbd1b550473f7873418063e49 # Version: Commits on Mar 02, 2025
-------------------------------------------------------------------------------------
Merge pull request #20057 from hrydgard/assorted-cleanup

Assorted cleanup,

--------------------------------------------------------------------------------------
shadps4.mk 9061028ce588037fa6f467cd2c0740d10ed725ed # Version: Commits on Mar 02, 2025
--------------------------------------------------------------------------------------
Reduce some service ID log spam (#2578)

* Change systemserivce param ID calling to debug only

Some games, including Namco Museum Archives spam this.

* Update userservice.cpp

Also reduces log spam in Dysmantle.,

---------------------------------------------------------------------------------------
alephone.mk 8edc58f511044ba4dbfd815dc06205c39f2131d9 # Version: Commits on Mar 02, 2025
---------------------------------------------------------------------------------------
Merge pull request #524 from darealshinji/patch-1

reduce compiler noise for steamshim_parent.cpp,

---------------------------------------------------------------------------------------
etlegacy.mk b3a1f63f2221231fad38badced8e099e539659b5 # Version: Commits on Mar 02, 2025
---------------------------------------------------------------------------------------
app: close it around __ANDROID__,

-------------------------------------------------------------------------------------------
jazz2-native.mk 256d65e66c96e0ae9a733091ca592c17d8a2dd2d # Version: Commits on Mar 02, 2025
-------------------------------------------------------------------------------------------
Fixed build,

----------------------------------------------------------------------------------
stk.mk 2ff69dbc431f58307387a17dd6634d1a58842c44 # Version: Commits on Mar 02, 2025
----------------------------------------------------------------------------------
Add option to disable PCSS,

--------------------------------------------------------------------------------------
vkquake.mk 5964302d92516438969b982d1e71cc0722eb63c8 # Version: Commits on Mar 02, 2025
--------------------------------------------------------------------------------------
Refactorings around Models ans Sound (pre) caches

- Removed MAX_SFX, duplicate of MAX_SOUNDS

- Removed MAX_MOD_KNOWN constant that HAS to be MAX_MODELS to really work

- Allocate known_sfx statically, same as Models and Sound precache,

-----------------------------------------------------------------------------------------
sonic3-air.mk c47417b68a4aaa6285587048ba72a3aede21b22b # Version: Commits on Mar 02, 2025
-----------------------------------------------------------------------------------------
Fix for a regression that removed Super Emerald flickering in HPZ emerald cave before entering the actual special stage,

-----------------------------------------------------------------------------------
tr1x.mk 620dd6724b0c3ce691898bd3f59fe1cf5db3f37f # Version: Commits on Mar 02, 2025
-----------------------------------------------------------------------------------
tr2/game_flow: fix losing NG+ flag in saves

This postpones the fix for #2515 in TR2 because of the way the original

savegame is loaded; the bonus flag is otherwise lost because of the

sequence of events.

Resolves #2566.,

-----------------------------------------------------------------------------------
tr2x.mk 620dd6724b0c3ce691898bd3f59fe1cf5db3f37f # Version: Commits on Mar 02, 2025
-----------------------------------------------------------------------------------
tr2/game_flow: fix losing NG+ flag in saves

This postpones the fix for #2515 in TR2 because of the way the original

savegame is loaded; the bonus flag is otherwise lost because of the

sequence of events.

Resolves #2566.,

----------------------------------------------------------------------------------------------
libretro-ppsspp.mk 15d844c92568246cbd1b550473f7873418063e49 # Version: Commits on Mar 02, 2025
----------------------------------------------------------------------------------------------
Merge pull request #20057 from hrydgard/assorted-cleanup

Assorted cleanup,
@TellowKrinkle TellowKrinkle deleted the ScanCancel branch March 2, 2025 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants