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: 

 <pre> 
    

    usb_ep_alloc_request - usb_ep_free_request 
    usb_create_hcd - usb_remove_hcd 
    ... 
 </pre> 

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

 "5fdb4505f652":http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=5fdb4505f65227c127092772ccf9d460d69f4bc2 5fdb4505f652 
 "47dffc7547ed":http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=47dffc7547ed3b105dabd570ed864347687beac2 47dffc7547ed 
 "e53a99eb154d":http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=e53a99eb154d1ab6a7ddcaa960b4bddc701c7c2d 
 "54a8a79c55ce":http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=54a8a79c55ce283c94ce4c67a98d28c21830405a 
 "881763361e82":http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=881763361e8283a6d33d5a30ac6edc36e7dc6d44 
 "9fa728ea3550":http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=9fa728ea35501fb5cd56880839ad867265c61822 
 "a4503199f66d":http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=a4503199f66dd13ddce1c1bb830fd414d9669f88 
 e53a99eb154d

Back