diff options
Diffstat (limited to 'src/box64context.c')
| -rw-r--r-- | src/box64context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/box64context.c b/src/box64context.c index d88d8530..94df1142 100644 --- a/src/box64context.c +++ b/src/box64context.c @@ -303,7 +303,7 @@ void FreeBox64Context(box64context_t** context) if(--(*context)->forked >= 0) return; - box64context_t* ctx = *context; // local copy to do the cleanning + box64context_t* ctx = *context; // local copy to do the cleaning //clean_current_emuthread(); // cleaning main thread seems a bad idea if(ctx->local_maplib) |