|
@@ -1431,6 +1431,8 @@ char *Ports::collapsePath(char *p) |
|
|
|
|
|
|
|
|
void Ports::refreshMagic() |
|
|
void Ports::refreshMagic() |
|
|
{ |
|
|
{ |
|
|
|
|
|
if (impl) |
|
|
|
|
|
delete []impl->enump; |
|
|
delete impl; |
|
|
delete impl; |
|
|
impl = new Port_Matcher; |
|
|
impl = new Port_Matcher; |
|
|
generate_minimal_hash(*this, *impl); |
|
|
generate_minimal_hash(*this, *impl); |
|
|