ICU-11939 Close resource bundle after use

X-SVN-Rev: 38078
This commit is contained in:
Michael Ow 2015-10-21 20:39:15 +00:00
parent a854940385
commit 9409eecc4c

View File

@ -352,6 +352,7 @@ uprv_detectWindowsTimeZone() {
tryPreVistaFallback = FALSE;
}
}
ures_close(winTZ);
}
}