Ticket #188 (accepted enhancement) — at Version 5
(mandriva) show free space
Reported by: | metux | Owned by: | metux |
---|---|---|---|
Priority: | major | Milestone: | 4.7 |
Component: | mc-core | Version: | 4.6.2 |
Keywords: | commited-master | Cc: | |
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description (last modified by metux) (diff)
Change History
comment:2 Changed 16 years ago by andrew_b
I've modified this patch (see attachment). Differences:
- info format is changed from (as an example) "5M (50%) of 10M" to " 5M/10M (50%) ". So we don't need to translate it.
- show_free_space() function is moved from main.c to screen.c. Now this function is called in show_dir() function only. Related global variables are moved into show_free_space() and made static.
But there is a problem as in Mandriva/RH patch as in mine one. The init_my_statfs() function is called many times, therefore we have the memory leak.
comment:3 Changed 16 years ago by metux
- Owner set to metux
- Keywords vote-metux added
- Status changed from new to accepted
- Description modified (diff)
comment:4 Changed 16 years ago by andrew_b
- Version changed from 4.6.1 to 4.6.2
I fixed memory leak in init_my_statfs() function. Patch is attached. Please review.
Changed 16 years ago by andrew_b
- Attachment mountlist-free_mount_list.patch added
Fix of memory leak in init_my_statsf()
Note: See
TracTickets for help on using
tickets.