Chromium Code Reviews| Index: chrome_frame/com_type_info_holder.cc |
| =================================================================== |
| --- chrome_frame/com_type_info_holder.cc (revision 30327) |
| +++ chrome_frame/com_type_info_holder.cc (working copy) |
| @@ -38,6 +38,7 @@ |
| } else { |
| NOTREACHED(); |
| delete tih; |
| + tih = NULL; |
| } |
| } else { |
| tih = it->second; |
| Property changes on: chrome_frame\com_type_info_holder.cc |
| ___________________________________________________________________ |
| Added: svn:eol-style |
| + LF |