View Issue Details

IDProjectCategoryView StatusLast Update
0002676unrealmodule apipublic2005-11-09 08:53
ReporterRequi3m Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version3.2.3 
Summary0002676: m_knock doesn't get properly unloaded
DescriptionIn l_commands.c instead of calling m_knock_Unload() it calls m_knock_Umload(). I'm not sure why the compiler doesn't catch that, but yeah.
3rd party modules

Activities

Requi3m

2005-11-05 16:59

reporter   ~0010652

oops it doesn't call it, but anyway search for umload and you'll see where I'm talking about

Requi3m

2005-11-05 17:06

reporter   ~0010653

ok I see what happened, m_knock_Unload() actually is in there, but m_knock_Umload() is a duplicate that wasn't caught because its got a typo in it.

syzop

2005-11-05 17:10

administrator   ~0010654

Hm, I see the call here though.

    m_ison_Unload();
    m_silence_Unload();
    m_knock_Unload(); <----
    m_umode2_Unload();
    m_squit_Unload();
    m_protoctl_Unload();

(but yeah, there's a declaration of m_knock_Umload somewhere on top too)

syzop

2005-11-05 19:47

administrator   ~0010656

Oh, didn't see your new bugnote (timing fun ;p).

So basically there isn't any problem, right? Just that useless declaration that needs to be removed.

syzop

2005-11-09 08:53

administrator   ~0010677

in cvs queue.

Issue History

Date Modified Username Field Change
2005-11-05 16:55 Requi3m New Issue
2005-11-05 16:59 Requi3m Note Added: 0010652
2005-11-05 17:06 Requi3m Note Added: 0010653
2005-11-05 17:10 syzop Note Added: 0010654
2005-11-05 19:47 syzop Note Added: 0010656
2005-11-09 08:53 syzop Status new => closed
2005-11-09 08:53 syzop Note Added: 0010677
2005-11-09 08:53 syzop Resolution open => fixed
2017-01-06 15:48 syzop Category module => module api