diff options
-rw-r--r-- | p2pvr/lib/siParsers/table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p2pvr/lib/siParsers/table.h b/p2pvr/lib/siParsers/table.h index 55dbd17..effbe6e 100644 --- a/p2pvr/lib/siParsers/table.h +++ b/p2pvr/lib/siParsers/table.h @@ -122,7 +122,7 @@ class SiTableParser : public SiTableParserBase { } if (complete) { HandleTable(obj); - obj = NULL; + obj = TargetType(); incomplete -= 1; } } |