Ticket #2071 (closed defect: fixed)
UN-needed-extern-profile_name-in-src-setup.c
Reported by: | vit_r | Owned by: | andrew_b |
---|---|---|---|
Priority: | trivial | Milestone: | 4.8.9 |
Component: | mc-config-ini | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
Please consider it as pointing to ...
all the rest is just my curr opinion
in src/setup.c
char * setup_init (void) with allocated return (char *) profile_name;
is called (seems twice) from
I
src/treestore.c:757: loaded = 1; setup_init();
II
src/setup.c:771: char *buffer; profile = setup_init ();
and (at least once) waits freedom ...
as urgently as known by those who were alikely (unlikely ?) called ...
Attachments
Change History
Changed 15 years ago by vit_r
- Attachment 2071-UN-needed-extern-profile_name-in-src-setup.c.patch added
comment:1 Changed 13 years ago by andrew_b
- Branch state set to no branch
- Milestone changed from 4.7 to Future Releases
comment:2 Changed 11 years ago by andrew_b
- Owner set to andrew_b
- Status changed from new to accepted
- Branch state changed from no branch to on review
- Milestone changed from Future Releases to 4.8.9
Branch: 2071_profile_name.
changeset:b5bc45426316dab8ce1c5635800b4201f83547ea
comment:6 Changed 11 years ago by andrew_b
Fixed as part of #2990: [d9b41df7a10c350c31c21df2e57cf57e822e4cc1].
Note: See
TracTickets for help on using
tickets.
UN-needed-extern-profile_name-in-src-seup.c