Project

General

Profile

Revision 101

comment some code in test_init

View differences:

lab5.c
64 64

  
65 65
    if (vg_exit()) {
66 66
        printf("%s: vg_exit failed to exit to text mode.\n", __func__);
67
        if (free_memory())
68
            printf("%s: lm_free failed\n", __func__);
67
        /*if (free_memory())
68
            printf("%s: lm_free failed\n", __func__);*/
69 69
        return 1;
70 70
    }
71 71
    /*

Also available in: Unified diff