Ticket #243 (closed defect: invalid)

Opened 15 years ago

Last modified 14 years ago

Replace g_malloc0() mhl_mem_alloc_z()

Reported by: metux Owned by: metux
Priority: major Milestone: 4.7
Component: mc-core Version: 4.6.2
Keywords: Cc:
Blocked By: Blocking:
Branch state: Votes for changeset:

Description (last modified by metux) (diff)

Replace g_malloc0() mhl_mem_alloc_z()

branch:243_replace_g_malloc0
changeset:91db12641b46df056b411c47afc942a23e0692b0

Change History

comment:1 Changed 15 years ago by metux

  • Keywords review added
  • Status changed from new to accepted
  • Description modified (diff)

comment:2 Changed 15 years ago by metux

  • Description modified (diff)

comment:3 Changed 15 years ago by metux

also replaced malloc() and realloc()

comment:4 Changed 15 years ago by slavazanko

  • Keywords vote-slavazanko added

Don't compile.

findme.o: In function `findProgramPath':
/srv/work/mc/git/src/findme.c:36: undefined reference to `mhl_mem_alloc_u'
mountlist.o: In function `read_filesystem_list':
/srv/work/mc/git/src/mountlist.c:306: undefined reference to `mhl_mem_alloc_u'
/srv/work/mc/git/src/mountlist.c:326: undefined reference to `mhl_mem_alloc_u'
popt.o: In function `poptAddAlias':
/srv/work/mc/git/src/popt.c:513: undefined reference to `mhl_mem_realloc'
/srv/work/mc/git/src/popt.c:518: undefined reference to `mhl_mem_alloc_u'
popt.o: In function `handleExec':
/srv/work/mc/git/src/popt.c:145: undefined reference to `mhl_mem_alloc_u'
/srv/work/mc/git/src/popt.c:140: undefined reference to `mhl_mem_realloc'
/srv/work/mc/git/src/popt.c:145: undefined reference to `mhl_mem_alloc_u'
popt.o: In function `poptGetNextOpt':
/srv/work/mc/git/src/popt.c:442: undefined reference to `mhl_mem_alloc_u'
/srv/work/mc/git/src/popt.c:437: undefined reference to `mhl_mem_realloc'
popt.o: In function `poptGetContext':
/srv/work/mc/git/src/popt.c:64: undefined reference to `mhl_mem_alloc_u'
/srv/work/mc/git/src/popt.c:75: undefined reference to `mhl_mem_alloc_u'
/srv/work/mc/git/src/popt.c:77: undefined reference to `mhl_mem_alloc_u'
/srv/work/mc/git/src/popt.c:86: undefined reference to `mhl_mem_alloc_u'
poptconfig.o: In function `configLine':
/srv/work/mc/git/src/poptconfig.c:55: undefined reference to `mhl_mem_realloc'

Errors fixed. Please review.

comment:5 Changed 15 years ago by styx

  • Status changed from accepted to testing
  • Keywords review vote-slavazanko removed
  • Resolution set to invalid

comment:6 Changed 15 years ago by styx

  • Status changed from testing to closed
Note: See TracTickets for help on using tickets.