fix clear_local_value()

This commit is contained in:
David Rose
2006-04-29 02:21:55 +00:00
parent d5dcdc63ab
commit 70d0a6d236
+1
View File
@@ -260,6 +260,7 @@ clear_local_value() {
if (_local_value != (ConfigDeclaration *)NULL) {
ConfigPage::get_local_page()->delete_declaration(_local_value);
_local_value = (ConfigDeclaration *)NULL;
invalidate_cache();
return true;
}