Ignore:
File:
1 edited

Legend:

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

    r60c6fe0 r5f6e25e  
    158158        }
    159159
     160        free(fun_name);
     161
    160162        /* Allocate soft state */
    161163        mfun = ddf_dev_data_alloc(mdev->ddf_dev, sizeof(usbmast_fun_t));
     
    168170        mfun->mdev = mdev;
    169171        mfun->lun = lun;
     172
     173        fun_name = NULL;
    170174
    171175        /* Set up a connection handler. */
     
    215219                goto error;
    216220        }
    217 
    218         free(fun_name);
    219221
    220222        return EOK;
Note: See TracChangeset for help on using the changeset viewer.