Changes in uspace/app/kio/kio.c [8820544:659ebd86] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/kio/kio.c

    r8820544 r659ebd86  
    8585        size_t sz = sizeof(wchar_t) * length;
    8686        wchar_t *buf = (wchar_t *) malloc(sz);
    87         if (data == NULL) {
     87        if (buf == NULL) {
    8888                free(item);
    8989                return;
Note: See TracChangeset for help on using the changeset viewer.