Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
vitaquake3
Commits
53652371
Commit
53652371
authored
Aug 10, 2019
by
Rinnegatamante
Browse files
Memleak fix in dlclose.
parent
117f7a03
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/psp2/dll_psp2.c
View file @
53652371
...
@@ -172,7 +172,7 @@ int dlclose( void *handle )
...
@@ -172,7 +172,7 @@ int dlclose( void *handle )
}
}
if
(
d
==
dll_list
)
if
(
d
==
dll_list
)
dll_list
=
NULL
;
dll_list
=
d
->
next
;
else
else
for
(
dll_t
*
pd
=
dll_list
;
pd
;
pd
=
pd
->
next
)
for
(
dll_t
*
pd
=
dll_list
;
pd
;
pd
=
pd
->
next
)
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment