Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbmast/main.c

    r5f6e25e r60c6fe0  
    158158        }
    159159
    160         free(fun_name);
    161 
    162160        /* Allocate soft state */
    163161        mfun = ddf_dev_data_alloc(mdev->ddf_dev, sizeof(usbmast_fun_t));
     
    170168        mfun->mdev = mdev;
    171169        mfun->lun = lun;
    172 
    173         fun_name = NULL;
    174170
    175171        /* Set up a connection handler. */
     
    219215                goto error;
    220216        }
     217
     218        free(fun_name);
    221219
    222220        return EOK;
Note: See TracChangeset for help on using the changeset viewer.