Преглед на файлове

Fixed a stupd that the IDE allowed me to not see instantly

main
Ludovic 'Archivist' Lagouardette преди 4 месеца
родител
ревизия
4a05d56c8a
променени са 1 файла, в които са добавени 5 реда и са изтрити 5 реда
  1. +5
    -5
      lib.c

+ 5
- 5
lib.c Целия файл

@ -1006,12 +1006,12 @@ void ink_gc(struct context* ctx) {
/* Start by marking the roots of the routines, Clear the routines if possible */
for(i = 0; i < ctx->routines_top; ++i) {
if(ctx->routine[i].panic == INK_ROUTINE_SUCCESS) {
ctx->free(ctx->routine[i].stack);
ctx->free(ctx->routine[i].function_stack);
ctx->routine[i].panic = INK_ROUTINE_CAN_REUSE;
if(ctx->routines[i].panic == INK_ROUTINE_SUCCESS) {
ctx->free(ctx->routines[i].stack);
ctx->free(ctx->routines[i].function_stack);
ctx->routines[i].panic = INK_ROUTINE_CAN_REUSE;
}
if(ctx->routine[i].panic == INK_ROUTINE_CAN_REUSE) {
if(ctx->routines[i].panic == INK_ROUTINE_CAN_REUSE) {
continue;
}
for(j = 0; j < ctx->routines[i].top; ++j) {

Зареждане…
Отказ
Запис