summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libco/psp2.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libco/psp2.c b/libco/psp2.c
index fc1adf0..3ab1bc7 100644
--- a/libco/psp2.c
+++ b/libco/psp2.c
@@ -1,6 +1,6 @@
/*
- libco.arm (2015-06-18)
- author: byuu
+ libco.arm (2016-08-14)
+ author: frangarcj
license: public domain
*/
@@ -104,7 +104,6 @@ cothread_t co_create(unsigned int size, void (*entrypoint)(void)) {
void co_delete(cothread_t handle) {
free(handle);
- sceKernelFreeMemBlock(block);
}
void co_switch(cothread_t handle) {