twinaphex
|
4717a2df64
|
query.c - namespace functions
|
2016-05-24 00:58:41 +02:00 |
|
radius
|
9300313fce
|
fix lockup
this seems to fix a lockup that happens randomly on windows at startup, content load/content unload/controller hotplug
|
2016-05-23 17:57:15 -05:00 |
|
twinaphex
|
4a7bbc4dcc
|
Free info->genre
|
2016-05-24 00:33:12 +02:00 |
|
twinaphex
|
9253eb52eb
|
(menu_setting.c) don't pass by value
|
2016-05-24 00:28:26 +02:00 |
|
twinaphex
|
0bd999faa5
|
Revert "Don't use rarch_task_push_image inside xmb_context_reset_background"
This reverts commit 40e1082cdaf291a3381635b8546943307f0c2ea3.
|
2016-05-23 22:53:09 +02:00 |
|
Twinaphex
|
59e465ea8c
|
Merge pull request #3023 from t-paul/memory-leak-fix
Memory leak fix
|
2016-05-23 22:46:47 +02:00 |
|
Torsten Paul
|
30e9cc1f10
|
Ensure memory is not used after free().
|
2016-05-23 22:41:24 +02:00 |
|
twinaphex
|
80abd06bd8
|
Not sure where this came from
|
2016-05-23 22:39:02 +02:00 |
|
Torsten Paul
|
845dcef6ab
|
Add cleanup handler for tasks to free allocated resources after the task finished.
|
2016-05-23 22:36:29 +02:00 |
|
Torsten Paul
|
4c3281bd39
|
Revert "(XMB) Fixes memory leaks in XMB by not relying upon image tasks"
This reverts commit 2f1063ff7212e48bbb0393bdc1ef16775e966e6f.
|
2016-05-23 22:36:29 +02:00 |
|
twinaphex
|
c17315cd27
|
(DRM) Prevent double free and prevent dereference before NULL check
|
2016-05-23 22:30:01 +02:00 |
|
twinaphex
|
d5d2f7f8ee
|
Fix resource leaks
|
2016-05-23 22:17:28 +02:00 |
|
twinaphex
|
974d3245d2
|
Fix logically dead code warnings
|
2016-05-23 22:04:00 +02:00 |
|
twinaphex
|
69759f5fd7
|
Remove logically dead code
|
2016-05-23 21:55:30 +02:00 |
|
twinaphex
|
39faa9be1b
|
Remove logically dead code
|
2016-05-23 21:50:07 +02:00 |
|
twinaphex
|
91220c3448
|
Remove logically dead code
|
2016-05-23 21:49:40 +02:00 |
|
twinaphex
|
5e5bb8e39b
|
Remove logically dead code
|
2016-05-23 21:48:50 +02:00 |
|
twinaphex
|
2855526566
|
core_info.c 'logically dead code' fix
|
2016-05-23 21:48:24 +02:00 |
|
twinaphex
|
7c0532c3e7
|
Remove logically dead code
|
2016-05-23 21:47:41 +02:00 |
|
twinaphex
|
1eecb570aa
|
Fix regression
|
2016-05-23 21:46:24 +02:00 |
|
twinaphex
|
0cff019c37
|
Remove self assignment
|
2016-05-23 21:41:06 +02:00 |
|
twinaphex
|
ea5f3d30e4
|
Fix missing breaks
|
2016-05-23 21:39:17 +02:00 |
|
Twinaphex
|
44edf684db
|
(RPNG) Another potential leak plugged
|
2016-05-23 21:33:26 +02:00 |
|
twinaphex
|
faef7b498d
|
(Coverity) Fix some resource leaks
|
2016-05-23 21:28:43 +02:00 |
|
twinaphex
|
0a3224180b
|
(Coverity) Fix uninitialized variables; fix some resource leaks
|
2016-05-23 21:19:28 +02:00 |
|
twinaphex
|
c72222b572
|
Remove menu_shader_free
|
2016-05-23 17:49:22 +02:00 |
|
Twinaphex
|
86ef11e756
|
Prevent another memory leak
|
2016-05-23 14:45:43 +02:00 |
|
twinaphex
|
09b10943b2
|
retroarch_get_current_savefile_dir - prevent memory leak
|
2016-05-23 14:42:22 +02:00 |
|
Twinaphex
|
1be1c6a6e2
|
Merge pull request #3020 from sronsse/fixes_for_team
Memory leak-related fixes
|
2016-05-23 12:25:51 +02:00 |
|
Sebastien Ronsse
|
18bff0401b
|
menu setting: Fix memory leak in network settings data
|
2016-05-23 12:09:58 +10:00 |
|
Sebastien Ronsse
|
14c0984497
|
menu setting: Introduce generic concept of free flags for settings data
|
2016-05-23 12:09:58 +10:00 |
|
Sebastien Ronsse
|
d9884b486a
|
menu driver: Fix memory leak occurring on exit
|
2016-05-23 12:09:58 +10:00 |
|
Twinaphex
|
06aa001b82
|
Merge pull request #3019 from orbea/master
Set base man directory in MAN_DIR and move manpages to man6
|
2016-05-23 02:19:49 +02:00 |
|
orbea
|
aeaaf7a319
|
Move man pages to man6 to satisfy man standard sections
|
2016-05-22 17:05:13 -07:00 |
|
orbea
|
7fc64b2c5e
|
Set base man dir in MAN_DIR
|
2016-05-22 16:31:01 -07:00 |
|
twinaphex
|
0692a321c5
|
(GLSM )update
|
2016-05-22 03:49:42 +02:00 |
|
twinaphex
|
44bf799d36
|
Update GLSM
|
2016-05-21 23:00:39 +02:00 |
|
Twinaphex
|
2f1063ff72
|
(XMB) Fixes memory leaks in XMB by not relying upon image tasks
|
2016-05-21 21:37:41 +02:00 |
|
twinaphex
|
40e1082cda
|
Don't use rarch_task_push_image inside xmb_context_reset_background
|
2016-05-21 21:00:37 +02:00 |
|
twinaphex
|
7fe5d21452
|
(XMB) use string_is_equal
|
2016-05-21 20:53:57 +02:00 |
|
twinaphex
|
2f2ddb472a
|
(XMB) Move function to menu_display.c
|
2016-05-21 20:47:49 +02:00 |
|
twinaphex
|
0798157df3
|
Try calling video_driver_texture_unload before calling video_driver_texture_load
|
2016-05-21 19:43:32 +02:00 |
|
Twinaphex
|
b7e15c2fe1
|
free user_data here too
|
2016-05-21 19:31:39 +02:00 |
|
twinaphex
|
e4a44cbf13
|
menu_display_thumbnail_handle_upload - free userdata
|
2016-05-21 19:28:29 +02:00 |
|
twinaphex
|
59f3e733fb
|
(libretro-common) rthreads - PS3 buildfix
|
2016-05-21 13:38:07 +02:00 |
|
twinaphex
|
6c840cdd59
|
(input_autodetect.c) Use dir_list_new_special
|
2016-05-21 13:31:41 +02:00 |
|
twinaphex
|
57f797dad6
|
Cleanup
|
2016-05-21 13:16:48 +02:00 |
|
twinaphex
|
6bd7fd482c
|
Performance counters got function name changes
|
2016-05-21 13:14:25 +02:00 |
|
Twinaphex
|
72e1a33715
|
Merge pull request #3016 from Themaister/master
Add perf counter to fence waits.
|
2016-05-21 12:36:25 +02:00 |
|
Hans-Kristian Arntzen
|
218ecc07c1
|
Add perf counter to fence waits.
Makes it easy to check if we're GPU bound or not.
|
2016-05-21 12:13:46 +02:00 |
|