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


Ignore:
File:
1 edited

Legend:

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

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