Fix for bug 5778. I forgot to release the prefs service. Approved chofmann.

git-svn-id: svn://10.0.0.236/trunk@29847 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
erik%netscape.com
1999-04-30 18:28:47 +00:00
parent 4fc7d65bf6
commit 7079f015fc

View File

@@ -92,6 +92,7 @@ NS_IMETHODIMP nsDeviceContextGTK::Init(nsNativeWidget aNativeWidget)
dpi = nscoord(screenWidth / screenWidthIn);
}
}
nsServiceManager::ReleaseService(kPrefCID, prefs);
}
}