diff --git a/modules/libjar/nsJAR.cpp b/modules/libjar/nsJAR.cpp index 2fa3cbccbb6..a30b10f0cdb 100644 --- a/modules/libjar/nsJAR.cpp +++ b/modules/libjar/nsJAR.cpp @@ -66,7 +66,7 @@ ziperr2nsresult(PRInt32 ziperr) #define JAR_NULLFREE(_ptr) \ { \ PR_FREEIF(_ptr); \ - *(_ptr) = nsnull; \ + _ptr = nsnull; \ } //-- Used by the JAR hashtables to delete their entries.