Project

General

Profile

Feature #3431

Updated by Marina Makienko over 11 years ago

After each function, which works with memory,should be other function, which frees it. 

 For example: 

    usb_ep_alloc_request - usb_ep_free_request 
    usb_create_hcd - usb_remove_hcd 
    ... 

 Commits from linux/kernel/git/torvalds/linux.git: 

 5fdb4505f652 
 47dffc7547ed 
 e53a99eb154d

Back